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