1 2 3 4 5 6
#ifndef MY_ITOA_H #define MY_ITOA_H char *my_itoa(int value, char *s); #endif /* ! MY_ITOA_H */