diff options
Diffstat (limited to 'src/wchar/wcstof.c')
| -rw-r--r-- | src/wchar/wcstof.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wchar/wcstof.c b/src/wchar/wcstof.c new file mode 100644 index 00000000..c9de199b --- /dev/null +++ b/src/wchar/wcstof.c @@ -0,0 +1,9 @@ +#include <wchar.h> + +float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr) +{ +} + +/* +STDC(199901) +*/ |
