Writing POSIX sleep() utility without any dependency- no stdio, no unistd, not even libc. Just some inline assembly magic.
Caution
Only supports x86_64 architecture.
Clone the repository and run the build script. The script excludes libc from compilation.
git clone https://github.com/lokop5116/safe-sleep
cd safe-sleep
./compile.shDoes not support any additional flags. Run with a simple integer value.