#ifndef _INT2CHAR_H_ #define _INT2CHAR_H_ char int2char( int i ); #endif // _INT2CHAR_H_