#ifndef STDDEF_H #define STDDEF_H #ifndef NULL #define NULL ((void*)0) #endif #endif // STDDEF_H