diff options
Diffstat (limited to 'src/stdlib/strtold.c')
| -rw-r--r-- | src/stdlib/strtold.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/strtold.c b/src/stdlib/strtold.c index 185f359e..eeb0b8b0 100644 --- a/src/stdlib/strtold.c +++ b/src/stdlib/strtold.c @@ -2,6 +2,8 @@ long double strtold(const char * restrict nptr, char ** restrict endptr) { + (void)nptr; (void)endptr; + return 0; } /* |
