aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2018-04-05 11:25:18 -0400
committerClyne Sullivan <tullivan99@gmail.com>2018-04-05 11:25:18 -0400
commit7eb572702ca012a89370cc94a297eeb346a8dee9 (patch)
tree40622609466fa3cbcc1d709045623ffdd07d6aa9 /include/stdlib.h
parentcbdea74b39b9b0e47885334268740de727798bb0 (diff)
font on flash, ftostr
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
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