added dvm/tools/
This commit is contained in:
7
dvm/tools/pppa/trunk/src/bool.h
Normal file
7
dvm/tools/pppa/trunk/src/bool.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _BOOL_H
|
||||
#define _BOOL_H
|
||||
#define FALSE 0
|
||||
#define TRUE 1
|
||||
typedef int BOOL;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user