Added stroul define

This commit is contained in:
Dimitris Panokostas 2018-12-05 22:04:32 +01:00
parent 19a8170c3f
commit 4cfb5f80ad

View 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