/[winpt]/trunk/Include/wptUtil.h
ViewVC logotype

Contents of /trunk/Include/wptUtil.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (show annotations)
Wed Nov 2 08:16:24 2005 UTC (19 years, 3 months ago) by twoaday
File MIME type: text/plain
File size: 238 byte(s)
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

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26