home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------
- //
- // egoboostrutil.h
- //
- //
- //
- //
- //
- //---------------------------------------------------------
-
-
- #ifndef _EGOBOOSTRUTIL_H_
- #define _EGOBOOSTRUTIL_H_
-
- #include "egobootypedef.h"
- #include <string.h>
- #include <ctype.h>
-
- extern void TrimStr( char *pStr );
-
-
-
- #endif // #ifndef _EGOBOOSTRUTIL_H_
-
-