diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 13575272b..8b719eac9 100644 --- a/include/common.h +++ b/include/common.h @@ -723,6 +723,7 @@ void	panic(const char *fmt, ...)  int	sprintf(char * buf, const char *fmt, ...)  		__attribute__ ((format (__printf__, 2, 3)));  int	vsprintf(char *buf, const char *fmt, va_list args); +char *simple_itoa(ulong i);  /* lib/strmhz.c */  char *	strmhz(char *buf, unsigned long hz); |