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