FreeCalypso > hg > freecalypso-reveng
view fluid-mnf/calplus/standard.h @ 362:b4fb0c7dfdf4
fluid-mnf: added -oC option to use cmd39.m0 for Calypso C05
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 14 Mar 2020 19:44:44 +0000 |
parents | 9cecc930d78f |
children |
line wrap: on
line source
#ifndef _STANDARD_H_ #define _STANDARD_H_ #define _PC_RAM_LOADER_ typedef unsigned char UWORD8; typedef unsigned short int UWORD16; typedef unsigned long int UWORD32; typedef unsigned char BOOLEAN; enum { C_FALSE = 0, C_TRUE = 1 }; #endif