rm integerString

This commit is contained in:
James Cherry
2021-01-04 18:26:58 -08:00
parent e4159bd651
commit ff3a4b17a4
4 changed files with 3 additions and 13 deletions
-3
View File
@@ -170,9 +170,6 @@ stringPrint(string &str,
char *
stringPrintTmp(const char *fmt,
...) __attribute__((format (printf, 1, 2)));
// Caller owns returned string.
char *
integerString(int number);
char *
makeTmpString(size_t length);