Table of Contents
wcstol
C Sourcecode Example
output
wcstol
#include <wchar.h> long wcstol(const wchar_t *restrict, wchar_t **restrict, int);
return value
C Sourcecode Example
no example yet
output