https://sourceforge.net/projects/cscall/?source=typ_redirect
A C++ library genuinely for system programming by wrapping commonly
used system calls and C library functions into forms appropriate in
C++ context for system programming. The API is designed fool-proof,
application normally just use it mechanically, not many rule/names
invented to remember.
Download and uncompress file libwy-0.54.tgz, type make, make install,
easier to see manpage documents. Latter, you can 'make uninstall' if
you don't like it.
I had only tested on Fedora 28 (g++ 8.1.1). Many people knows I don't
use C++ standard library, this is the answer 'why', because I can do
more and spend less (time/resource). Suggestions/opinons are welcome.