]> wimlib.net Git - wimlib/commitdiff
wimlib_tchar.h: add tstrtoull()
authorEric Biggers <ebiggers3@gmail.com>
Tue, 3 Nov 2015 03:27:42 +0000 (21:27 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 7 Nov 2015 21:05:15 +0000 (15:05 -0600)
include/wimlib_tchar.h

index d8c6915c7024104475760213fd50f7f9148c698b..4c7ce9c5114ecec10ba8df6c25e9e89417f5f4bf 100644 (file)
@@ -50,6 +50,7 @@ typedef wchar_t tchar;
 #  define tstrtol      wcstol
 #  define tstrtod      wcstod
 #  define tstrtoul     wcstoul
 #  define tstrtol      wcstol
 #  define tstrtod      wcstod
 #  define tstrtoul     wcstoul
+#  define tstrtoull    wcstoull
 #  define tunlink      _wunlink
 #  define tstrerror    _wcserror
 #  define taccess      _waccess
 #  define tunlink      _wunlink
 #  define tstrerror    _wcserror
 #  define taccess      _waccess
@@ -111,6 +112,7 @@ typedef char tchar;
 #  define tstrtol      strtol
 #  define tstrtod      strtod
 #  define tstrtoul     strtoul
 #  define tstrtol      strtol
 #  define tstrtod      strtod
 #  define tstrtoul     strtoul
+#  define tstrtoull    strtoull
 #  define tmkdir       mkdir
 #  define tstrdup      strdup
 #  define ttempnam     tempnam
 #  define tmkdir       mkdir
 #  define tstrdup      strdup
 #  define ttempnam     tempnam