Add iswctype, towlower, towupper and wcsftime functions

This commit is contained in:
Alan Carvalho de Assis
2016-10-19 07:49:33 -06:00
committed by Gregory Nutt
parent 53700fc71f
commit b852bb3403
10 changed files with 375 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
#include <stddef.h>
/* REVISIT: Moving the idempotence to this location resolves a circular
* dependency problem with stdlib.h which gets included indirectory and
* dependency problem with stdlib.h which gets included indirectly and
* needs wchar_t.
*/