#ifndef MY_ITOA_BASE_H #define MY_ITOA_BASE_H char *my_itoa_base(int n, char *s, const char *base); #endif /* ! MY_ITOA_BASE_H */