diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | include/ctype.h | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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 |