wstol
#define watol(s) wstol((s), (wchar_t **)0, 10)
#define watoi(s) ((int)wstol((s), (wchar_t **)0, 10))
extern long wstol(const wchar_t *, wchar_t **, int);