FreeCalypso > hg > freecalypso-sw
view rvinterf/include/localtypes.h @ 345:460ed6748e4c
OSL: os_pro_ir.c done
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 07 May 2014 18:45:50 +0000 |
parents | c146f38d2b5f |
children |
line wrap: on
line source
/* * Our own definition of u8/u16/u32 */ typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32;