prevent c++ name mangling
This commit is contained in:
@@ -3,7 +3,15 @@
|
||||
|
||||
#include "stk_version.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int stk_init(void);
|
||||
int stk_shutdown(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* STK_H */
|
||||
|
||||
Reference in New Issue
Block a user