diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-31 02:42:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-31 02:42:17 +0200 |
commit | 9ca29a5540e4fc4f5aaea2c2330b5073c7fbb96e (patch) | |
tree | 752ffa53caf988c6600591567052b033db271c6e /include | |
parent | add ctype.h: add ASCII character type testers, that do not take locale (diff) | |
download | slibc-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 'include')
-rw-r--r-- | include/ctype.h | 4 |
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 |