aboutsummaryrefslogtreecommitdiff
path: root/defs.h
blob: a82beeac1ee8c345418f09a719a3b58d5129a923 (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