summaryrefslogtreecommitdiffstats
path: root/include/libbb.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-04-08 10:51:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-04-12 09:54:56 +0200
commit8e8c61e786908b6aa3db647d06e09bf5ac331de9 (patch)
treeb549c64a1c98dc6c12043b2fb1bfa50605aad184 /include/libbb.h
parent9640c2b4a5f911a7ddd897df948ef2ffcb6723f5 (diff)
downloadbarebox-8e8c61e786908b6aa3db647d06e09bf5ac331de9.tar.gz
barebox-8e8c61e786908b6aa3db647d06e09bf5ac331de9.tar.xz
move simple_itoa to libbb so that others can use it
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 4151230c67..0962969559 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -30,4 +30,6 @@ int copy_file(const char *src, const char *dst);
int process_escape_sequence(const char *source, char *dest, int destlen);
+char *simple_itoa(unsigned int i);
+
#endif /* __LIBBB_H */