fixing #4031:
* added declaration of strtof() to stdlib.h, as we now provide it alongside with strtod() git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31926 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a50f9555a8
commit
51c5e9f685
@ -89,6 +89,7 @@ extern unsigned int atoui(const char *string);
|
||||
extern unsigned long atoul(const char *string);
|
||||
|
||||
extern double strtod(const char *string, char **end);
|
||||
extern float strtof(const char *string, char **end);
|
||||
extern long strtol(const char *string, char **end, int base);
|
||||
extern unsigned long strtoul(const char *string, char **end, int base);
|
||||
extern long long strtoll(const char *string, char **end, int base);
|
||||
|
Loading…
Reference in New Issue
Block a user