00001 #ifndef MISC_H 00002 #define MISC_H 00003 int hex2int(char c); 00004 00005 int convertHex(char * s); 00006 00007 void removeN(char *s); 00008 00009 bool atob(char *s); 00010 00011 bool isvowel(char s); 00012 00013 #endif