aboutsummaryrefslogtreecommitdiffstats
path: root/memory/wtol.c
blob: a2196b2b50d64bf6cfa41f433d02a8fa89a4422c (plain) (blame)
1
2
3
#include "memory.h"

long wtol(wchar_t const *string) { return _wcstol_wrap(string, NULL, 10); }