From 7eb572702ca012a89370cc94a297eeb346a8dee9 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 5 Apr 2018 11:25:18 -0400 Subject: font on flash, ftostr --- include/stdlib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3