view rvinterf/include/localtypes.h @ 792:44bac38197dd

aci: cmh_cphs.c through cmh_f.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 22:11:27 +0000 (2015-03-12)
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;