Changeset 357 for trunk/src/emx/include/utils.h
- Timestamp:
- Jul 11, 2003, 2:28:31 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/utils.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r356 r357 26 26 */ 27 27 #endif 28 29 #ifdef __cplusplus 30 extern "C" { 31 #endif 32 33 #if !defined(_SIZE_T_DECLARED) && !defined(_SIZE_T) /* bird: emx */ 34 typedef __size_t size_t; 35 #define _SIZE_T_DECLARED 36 #define _SIZE_T /* bird: emx */ 37 #endif 38 28 39 int strcasecmp (__const__ char *, __const__ char *); 29 40 int strncasecmp (__const__ char *, __const__ char *, size_t); 41 42 #ifdef __cplusplus 43 } 44 #endif 30 45 31 46 #ifndef MIN -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.