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