unix – What does ‘uni’ mean in unistd.h?

filenamesheader-fileposixterminologyunix

What does uni mean in unistd.h

Does it mean unix? or universal?
What is it?

Best Answer

The stuff in there is largely Unix-idiom (chown, fork, gethostname, nice), so I'm guessing that it originally did mean Unix. It's part of the POSIX standard, though, so it's no longer just Unix.

Related Question