]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_locale.h
PDCLIB-3 #resolve Implement towctrans/wctrans. Completes wctype.h
[pdclib] / internals / _PDCLIB_locale.h
index dbedc8093e1829b1ed32e1c956aeca2573483830..3b2deced51b3f519eb01ed49f1a325da69183955 100644 (file)
@@ -59,6 +59,9 @@
 #define _PDCLIB_CTYPE_DIGIT 256
 #define _PDCLIB_CTYPE_XDIGT 512
 
+#define _PDCLIB_WCTRANS_TOLOWER 1
+#define _PDCLIB_WCTRANS_TOUPPER 2
+
 typedef struct _PDCLIB_ctype
 {
     _PDCLIB_uint16_t flags;