view rvinterf/include/localtypes.h @ 877:2fe0f7fe1f86

ringtools/fc-meltest-e1: parallel to fc-meltest-pwt
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 30 Mar 2022 20:30:32 +0000
parents e7502631a0f9
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;