diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-03-06 19:57:43 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-03-06 19:57:43 -0500 |
| commit | 509b82a4e9ce3cc8f1780b6f31f61024c45cf83e (patch) | |
| tree | 741d6220d40d39ed321ea81757c17518cfb7f00a /src/wchar/wcstoll.c | |
| parent | 4f4da6de915471820c83c017a6fb717c378d3573 (diff) | |
add include and define
Diffstat (limited to 'src/wchar/wcstoll.c')
| -rw-r--r-- | src/wchar/wcstoll.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wchar/wcstoll.c b/src/wchar/wcstoll.c index 60c4a475..bb85d915 100644 --- a/src/wchar/wcstoll.c +++ b/src/wchar/wcstoll.c @@ -1,6 +1,9 @@ #include <wchar.h> #include "limits.h" #include "errno.h" +#include "wctype.h" + +#define isspace iswspace long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base) { |
