Changeset 10949 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Jan 5, 2007, 6:13:51 PM (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
r10446 r10949 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $17 * @date $Date: 200 6-12-04 22:15:04$16 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2007-01-06 04:13:51 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 221 221 } 222 222 223 #ifndef DOXYGEN 224 #if NO_STRCASESTR 225 // this means that the system's libc does not provide strcasestr() 226 #define strcasestr(...) p_psstrcasestr(__VA_ARGS__) 227 extern char *p_psstrcasestr (const char *haystack, const char *needle) 228 __THROW __attribute_pure__ __nonnull ((1, 2)); 229 #endif // if NO_STRCASESTR 230 #endif // ifndef DOXYGEN 223 231 224 232 /** @} */// Doxygen - End of SystemGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
