1 2 3 4 5 6 7 8 9 10 11
#ifndef __USUALS_H__ #define __USUALS_H__ #ifndef NULL #define NULL 0 #endif #include <stdlib.h> #include <assert.h> #endif // __USUALS_H__