HariboteOS/day26/libc/include/stdlib.h
2021-05-27 23:28:49 +08:00

7 lines
74 B
C

#ifndef _STDLIB_H
#define _STDLIB_H
int rand(void);
#endif // _STDLIB_H