Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

misc.h

Go to the documentation of this file.
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

Generated on Thu Apr 7 01:55:46 2005 for StripeSnoop by doxygen 1.3.3