diff options
Diffstat (limited to 'src/wchar/wcstod.c')
-rw-r--r-- | src/wchar/wcstod.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcstod.c b/src/wchar/wcstod.c index d8eeef74..f0e0cbc8 100644 --- a/src/wchar/wcstod.c +++ b/src/wchar/wcstod.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr) @@ -9,3 +11,6 @@ double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr) /* STDC(199409) */ + + +#endif |