forked from epics_driver_modules/motorBase
Handle C++ correctly
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
/* strtok_r prototype */
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
char* strtok_r(char *, const char *, char **);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user