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