aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-16 21:57:58 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-16 21:57:58 +0200
commit2cdeb8bf091a59ddaf839069605f00718af75452 (patch)
tree343253caefe8e675bc79d123d74381a640a1ab14
parentsome integer types are pointer-like types that are limited to long (diff)
downloadslibc-2cdeb8bf091a59ddaf839069605f00718af75452.tar.gz
slibc-2cdeb8bf091a59ddaf839069605f00718af75452.tar.bz2
slibc-2cdeb8bf091a59ddaf839069605f00718af75452.tar.xz
update todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--include/stdio.h1
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> */