Changeset 1506 for trunk/src/emx/include/utils.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/utils.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1505 r1506 1 /* emx/gcc */ 1 /* utils.h,v 1.6 2004/09/14 22:27:36 bird Exp */ 2 /** @file 3 * OS/2 TCPIP 4 */ 5 2 6 #ifndef _UTILS_H_ 3 7 #define _UTILS_H_ 8 9 #include <sys/cdefs.h> 4 10 5 11 #ifndef TCPCALL … … 27 33 #endif 28 34 29 #ifdef __cplusplus 30 extern "C" { 31 #endif 35 __BEGIN_DECLS 32 36 33 37 #if !defined(_SIZE_T_DECLARED) && !defined(_SIZE_T) /* bird: emx */ … … 40 44 int strncasecmp (__const__ char *, __const__ char *, size_t); 41 45 42 #ifdef __cplusplus 43 } 44 #endif 46 __END_DECLS 45 47 46 48 /* MIN/MAX */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.