diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-16 21:57:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-16 21:57:58 +0200 |
commit | 2cdeb8bf091a59ddaf839069605f00718af75452 (patch) | |
tree | 343253caefe8e675bc79d123d74381a640a1ab14 /include | |
parent | some integer types are pointer-like types that are limited to long (diff) | |
download | slibc-2cdeb8bf091a59ddaf839069605f00718af75452.tar.gz slibc-2cdeb8bf091a59ddaf839069605f00718af75452.tar.bz2 slibc-2cdeb8bf091a59ddaf839069605f00718af75452.tar.xz |
update todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index faa6da9..8b0f2a4 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1384,3 +1384,4 @@ int __isoc99_vswscanf(const wchar_t* restrict, const wchar_t* restrict, va_list) #endif +/* TODO wprintf and wscanf belongs in <wchar.h> */ |