Commit 61bbf16f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix typo

parent 690f1919
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
long long int strtof( const char *nptr, char **endptr, int base ) long long int strtoll( const char *nptr, char **endptr, int base )
{ {
long long i_value = 0; long long i_value = 0;
int sign = 1, newbase = base ? base : 10; int sign = 1, newbase = base ? base : 10;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment