8 lines
85 B
C
8 lines
85 B
C
|
|
#ifndef _STDLIB_H_
|
|
#define _STDLIB_H_
|
|
|
|
#include <malloc.h>
|
|
|
|
#endif /* _STDLIB_H_ */
|