Changeset 12885 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Apr 18, 2007, 9:37:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.h
r12517 r12885 11 11 * @author Joshua Hoblitt, University of Hawaii 12 12 * 13 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 3-21 21:37:58 $13 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-04-18 19:37:08 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 309 309 } 310 310 311 #ifndef DOXYGEN 312 #if NO_STRCASESTR 313 // this means that the system's libc does not provide strcasestr() 314 #define strcasestr(...) p_psstrcasestr(__VA_ARGS__) 315 extern char *p_psstrcasestr (const char *haystack, const char *needle) 316 __THROW __attribute_pure__ __nonnull ((1, 2)); 317 #endif // if NO_STRCASESTR 318 #endif // ifndef DOXYGEN 319 311 char *psStrcasestr (const char *haystack, const char *needle); 320 312 321 313 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
