diff options
Diffstat (limited to 'src/wchar/wcstoull.c')
| -rw-r--r-- | src/wchar/wcstoull.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wchar/wcstoull.c b/src/wchar/wcstoull.c index 26d61460..c8828d46 100644 --- a/src/wchar/wcstoull.c +++ b/src/wchar/wcstoull.c @@ -10,6 +10,7 @@ unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base) { SIGNAL_SAFE(0); + /* TODO: overlap */ unsigned long long int ret = 0; unsigned long long int max = ULLONG_MAX; |
