00001 00002 #ifndef INTTOCHAR_H 00003 #define INTTOCHAR_H 00004 00006 char* intToChar (int i); 00008 int charToInt (char* s); 00009 00010 #endif