aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0a333dca8..90fdd1178 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1010,9 +1010,6 @@ char *safe_gethostname(void) FAST_FUNC;
1010char* str_tolower(char *str) FAST_FUNC; 1010char* str_tolower(char *str) FAST_FUNC;
1011 1011
1012char *utoa(unsigned n) FAST_FUNC; 1012char *utoa(unsigned n) FAST_FUNC;
1013#if ENABLE_PLATFORM_MINGW32
1014# define itoa bb_itoa
1015#endif
1016char *itoa(int n) FAST_FUNC; 1013char *itoa(int n) FAST_FUNC;
1017/* Returns a pointer past the formatted number, does NOT null-terminate */ 1014/* Returns a pointer past the formatted number, does NOT null-terminate */
1018char *utoa_to_buf(unsigned n, char *buf, unsigned buflen) FAST_FUNC; 1015char *utoa_to_buf(unsigned n, char *buf, unsigned buflen) FAST_FUNC;