16 lines
123 B
C
16 lines
123 B
C
#ifndef __DEMO_LIB_H
|
|
#define __DEMO_LIB_H
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|