index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unistd
/
usleep.c
blob: 947a446f1ff6e3147e206794f718545c0b88d3a3 (
plain
)
1
2
3
4
5
6
7
8
9
#include <unistd.h> int usleep(useconds_t useconds) { } /* XOPEN(400,700) */