3 lines
87 B
C
3 lines
87 B
C
void puts(const char *s);
|
|
void usleep(unsigned int usec);
|
|
void sleep(unsigned int sec); |