15 lines
159 B
C
15 lines
159 B
C
|
#ifndef __XINBAS_DEMO_H__
|
||
|
#define __XINBAS_DEMO_H__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
#endif
|
||
|
|
||
|
extern void xinbas_demo(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|