Changeset 24016 in vbox for trunk/include/iprt
- Timestamp:
- Oct 23, 2009 8:39:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ctype.h
r24007 r24016 1 1 /** @file 2 * IPRT - ctype.h wrapper and C locale variants.2 * IPRT - Simple character type classiciation and conversion. 3 3 */ 4 4 … … 33 33 #include <iprt/types.h> 34 34 35 #if 0 35 36 #ifdef IN_RING3 36 37 # include <ctype.h> … … 41 42 # endif 42 43 #endif /* IN_RING3 */ 44 #endif 43 45 44 46 /** @name C locale predicates and conversions.
Note:
See TracChangeset
for help on using the changeset viewer.