1 2 3 4 5 6 7 8 9
#ifndef __CUIX_LIB_H #define __CUIX_LIB_H #include "cuix-api.h" int home_menu (char *); #endif /* __CUIX_LIB_H */