diff options
Diffstat (limited to 'src/wchar/wcstoull.c')
-rw-r--r-- | src/wchar/wcstoull.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wchar/wcstoull.c b/src/wchar/wcstoull.c new file mode 100644 index 00000000..92e12e59 --- /dev/null +++ b/src/wchar/wcstoull.c @@ -0,0 +1,9 @@ +#include <wchar.h> + +unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base) +{ +} + +/* +STDC(199901) +*/ |