Parent Directory
|
Revision Log
|
Patch
revision 31 by twoaday, Wed Oct 12 10:04:26 2005 UTC | revision 32 by twoaday, Mon Oct 24 08:03:48 2005 UTC | |
---|---|---|
# | Line 61 strsep (char **stringp, const char *deli | Line 61 strsep (char **stringp, const char *deli |
61 | return begin; | return begin; |
62 | } | } |
63 | ||
64 | ||
65 | /* Like strstr but this version is case in-sentensive. */ | |
66 | const char * | const char * |
67 | stristr (const char *buf, const char *sub) | stristr (const char *buf, const char *sub) |
68 | { | { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |