7 lines
84 B
C
7 lines
84 B
C
#ifndef _STDLIB_H
|
|
#define _STDLIB_H
|
|
|
|
#include <sys/types.h>
|
|
|
|
#endif /* _STDLIB_H */
|