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