Changeset 1095
- Timestamp:
- Jan 26, 2004, 10:06:49 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/emx/include/ctype.h ¶
-
Property cvs2svn:cvs-rev
changed from
1.12
to1.13
r1094 r1095 63 63 64 64 #if __XSI_VISIBLE 65 #define _toupper( _c) __toupper(c)66 #define _tolower( _c) __tolower(c)65 #define _toupper(c) __toupper(c) 66 #define _tolower(c) __tolower(c) 67 67 #define isascii(c) (((c) & ~0x7F) == 0) 68 68 #define toascii(c) ((c) & 0x7F) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.