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