comparison mpffs/types.h @ 29:e96d6862cec0

mpffs-rdutils code started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 30 Jun 2013 05:16:23 +0000
parents
children
comparison
equal deleted inserted replaced
28:c9f7a4afccc9 29:e96d6862cec0
1 /*
2 * I like using u8/u16/u32, but they don't seem to be defined anywhere.
3 * So I solve the whole portability problem by defining them myself.
4 */
5
6 typedef unsigned char u8;
7 typedef unsigned short u16;
8 typedef unsigned int u32;