#ifndef INT2CHAR_H #define INT2CHAR_H char conv (const int, const int); #endif /* INT2CHAR_H */