summaryrefslogtreecommitdiff
path: root/src/wchar/wcstoull.c
blob: 92e12e599f4eb0a4c16f5335e106754f211e4d5e (plain)
1
2
3
4
5
6
7
8
9
#include <wchar.h>

unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base)
{
}

/*
STDC(199901)
*/