#ifndef __XINBAS_DEMO_H__ #define __XINBAS_DEMO_H__ #ifdef __cplusplus extern "C" #endif extern void xinbas_demo(void); #ifdef __cplusplus } #endif #endif