#ifndef M_KABU_MANAGER_H #define M_KABU_MANAGER_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern void Kabu_manager(); #ifdef __cplusplus } #endif #endif