aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-31 02:42:17 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-31 02:42:17 +0200
commit9ca29a5540e4fc4f5aaea2c2330b5073c7fbb96e (patch)
tree752ffa53caf988c6600591567052b033db271c6e /include
parentadd ctype.h: add ASCII character type testers, that do not take locale (diff)
downloadslibc-9ca29a5540e4fc4f5aaea2c2330b5073c7fbb96e.tar.gz
slibc-9ca29a5540e4fc4f5aaea2c2330b5073c7fbb96e.tar.bz2
slibc-9ca29a5540e4fc4f5aaea2c2330b5073c7fbb96e.tar.xz
update todo: character class determination
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/ctype.h4
1 files changed, 4 insertions, 0 deletions
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