metal-cos/include/stdlib.h

11 lines
120 B
C
Raw Normal View History

2014-02-12 21:47:13 +00:00
#ifndef __STDLIB_H__
#define __STDLIB_H__
#ifndef NULL
#define NULL ((void *)0)
#endif
#endif /* __STDLIB_H__ */