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