summaryrefslogtreecommitdiff
path: root/src/wchar/wcstof.c
blob: c9de199bd88d24f85bdf9cb7292c94f5a9451ba2 (plain)
1
2
3
4
5
6
7
8
9
#include <wchar.h>

float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr)
{
}

/*
STDC(199901)
*/