aboutsummaryrefslogtreecommitdiff
path: root/defs.h
blob: 4bdd84ceda97a7a1a4c08b3f7ffe8fd229578f5d (plain)
1
2
3
4
5
6
7
8
9
#ifndef DEFS
#define DEFS

#include <stdio.h>

typedef unsigned char u8;
typedef unsigned long int u32;

#endif