From: Toni Wilen Date: Mon, 12 Feb 2018 19:26:16 +0000 (+0200) Subject: Add _tcstoul X-Git-Tag: 4000~190 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=532c8cc9955001c6df8fa3d31b182a06a1c93e28;p=francis%2Fwinuae.git Add _tcstoul --- diff --git a/include/uae/string.h b/include/uae/string.h index e1ea8338..7b975a74 100644 --- a/include/uae/string.h +++ b/include/uae/string.h @@ -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