1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef _LIBHX_INIT_H #define _LIBHX_INIT_H 1 #ifdef __cplusplus extern "C" { #endif extern int HX_init(void); extern void HX_exit(void); #ifdef __cplusplus } /* extern "C" */ #endif #endif /* _LIBHX_INIT_H */