File: egoboostrutil.h

package info (click to toggle)
egoboo 2.22-21
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,652 kB
  • ctags: 2,573
  • sloc: ansic: 24,064; makefile: 105; sh: 83
file content (24 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//---------------------------------------------------------
//
// 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_