URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [stdalone/] [mkpart/] [types.h] - Rev 274
Go to most recent revision | Compare with Previous | Blame | View Log
/* * types.h -- additional types */ #ifndef _TYPES_H_ #define _TYPES_H_ typedef int Bool; #define FALSE 0 #define TRUE 1 #endif /* _TYPES_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log