7 lines
74 B
C
7 lines
74 B
C
#ifndef _STDLIB_H
|
|
#define _STDLIB_H
|
|
|
|
int rand(void);
|
|
|
|
#endif // _STDLIB_H
|