usleep implementation using poll() or select()
$ clib install jwerle/usleep.h
You need to define the constant USE_POLL
or USE_SELECT
in order for usleep to determine which implementation to use. This can be done in your source code or at compile time with the -D
flag.
$ CC program.c -DUSE_POLL=1 -std=c99 -o progam
MIT
Aboutusleep implementation using poll() or select()
Resources License Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4