diff options
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index ada39cd..c26934d 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -41,6 +41,8 @@ char *snprintf(char *buf, unsigned int max, const char *format, ...); */ float strtof(const char *s, char **endptr); +char *ftostr(char *buf, float f); + /** * Attempts to convert the given string to an integer. * @param s the string to convert |