Parent Directory
|
Revision Log
|
Patch
revision 37 by werner, Thu Oct 27 19:12:40 2005 UTC | revision 214 by twoaday, Sun May 14 18:40:36 2006 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #ifndef WPT_UTIL_H | #ifndef WPT_UTIL_H |
2 | #define WPT_UTIL_H | #define WPT_UTIL_H |
3 | ||
4 | /* helpers */ | /* helpers */ |
5 | char* strsep (char **stringp, const char *delim); | char* strsep (char **stringp, const char *delim); |
6 | const char *stristr (const char *buf, const char *sub); | const char *stristr (const char *buf, const char *sub); |
7 | int check_email_address (const char *email); | |
8 | char* substr (const char *str, unsigned int begin, unsigned int end); | |
9 | ||
10 | #endif | #endif |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |