00001 #ifndef _UTILITY_H_ 00002 #define _UTILITY_H_ 00003 00004 void EatNotWhite( char*& buffer ); 00005 void EatWhite( char*& buffer ); 00006 void RemoveAllCommentsFromBuffer( char* buffer, const int size ); 00007 00008 #endif