1 2 3 4 5 6 7 8
#ifndef MELVIX_STDDEF_H #define MELVIX_STDDEF_H // u32 #define NULL ((void *)0) #endif