00001 #ifndef INTEGER_FUNCTIONS_H 00002 #define INTEGER_FUNCTIONS_H 00003 00004 00005 void int_to_char(char buf[], int value, int pos); 00006 00007 int char_to_int(char buf[], int pos); 00008 00009 00010 #endif 00011