diff options
Diffstat (limited to 'src/inttypes/wcstoumax.c')
-rw-r--r-- | src/inttypes/wcstoumax.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/inttypes/wcstoumax.c b/src/inttypes/wcstoumax.c index 3ffbf5d8..f19ab877 100644 --- a/src/inttypes/wcstoumax.c +++ b/src/inttypes/wcstoumax.c @@ -1,3 +1,5 @@ +#if 0 + #include <stddef.h> #include <errno.h> #include <inttypes.h> @@ -19,3 +21,6 @@ uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, i /* STDC(199901) */ + + +#endif |