Handle C++ correctly

This commit is contained in:
MarkRivers
2010-11-11 12:05:14 +00:00
parent 351ed09f02
commit eed76526d6
+7
View File
@@ -1,2 +1,9 @@
/* strtok_r prototype */
#ifdef __cplusplus
extern "C"
{
#endif
char* strtok_r(char *, const char *, char **);
#ifdef __cplusplus
}
#endif