base.h (95B)
1 #ifndef LQ_BASE_H_ 2 #define LQ_BASE_H_ 3 4 int lq_init(); 5 void lq_finish(); 6 7 #endif // LQ_BASE_H_ 8