]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Add _tcstoul
authorToni Wilen <twilen@winuae.net>
Mon, 12 Feb 2018 19:26:16 +0000 (21:26 +0200)
committerToni Wilen <twilen@winuae.net>
Mon, 12 Feb 2018 19:26:16 +0000 (21:26 +0200)
include/uae/string.h

index e1ea83382384b2971c4362a2fabd9735293081a8..7b975a7475f424276be163ff99456ced2d954ba8 100644 (file)
@@ -44,6 +44,7 @@
 #define _tcstod strtod
 #define _tcstok strtok
 #define _tcstol strtol
+#define _tcstoul strtoul 
 #define _totlower tolower
 #define _totupper toupper
 #define _tprintf printf