HariboteOS/day28/libc/include/stdlib.h
2021-06-01 21:15:52 +08:00

7 lines
74 B
C

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