aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TODO1
-rw-r--r--include/ctype.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 40dcef7..d8d4957 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,3 @@
functions to lock and unlock pages (3.4.3 p76)
+character class determination for wide characters (4.3 p82)
diff --git a/include/ctype.h b/include/ctype.h
index a76f384..9d4addc 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -265,5 +265,9 @@ int _toupper(int)
+/* TODO _l variants */
+
+
+
#endif