15 lines
156 B
C
15 lines
156 B
C
#ifndef __HAOKE_DEMO_H__
|
|
#define __HAOKE_DEMO_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
|
|
extern void haoke_demo(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|