Include sleep into library
This commit is contained in:
@@ -1 +1,3 @@
|
||||
void puts(const char *s);
|
||||
void usleep(unsigned int usec);
|
||||
void sleep(unsigned int sec);
|
||||
Reference in New Issue
Block a user
@@ -1 +1,3 @@
|
||||
void puts(const char *s);
|
||||
void usleep(unsigned int usec);
|
||||
void sleep(unsigned int sec);
|
||||