Parent Directory
|
Revision Log
Make util functions available to both C and C++.
1 | #ifndef WPT_UTIL_H |
2 | #define WPT_UTIL_H |
3 | |
4 | #ifdef __cplusplus |
5 | extern "C" { |
6 | #endif |
7 | |
8 | /* helpers */ |
9 | char* strsep (char **stringp, const char *delim); |
10 | const char *stristr (const char *buf, const char *sub); |
11 | |
12 | #ifdef __cplusplus |
13 | } |
14 | #endif |
15 | |
16 | #endif |
17 |
Name | Value |
---|---|
svn:eol-style | native |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |