summaryrefslogtreecommitdiff
path: root/src/stdlib/strtof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/strtof.c')
-rw-r--r--src/stdlib/strtof.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/strtof.c b/src/stdlib/strtof.c
index b3da169c..4056d578 100644
--- a/src/stdlib/strtof.c
+++ b/src/stdlib/strtof.c
@@ -2,6 +2,8 @@
float strtof(const char * restrict nptr, char ** restrict endptr)
{
+ (void)nptr; (void)endptr;
+ return 0;
}
/*