oserr top-level constant

int const oserr

An operating system error has been detected. This is intended to be used for such things as cannot fork'', cannot create pipe'', or the like. It includes things like getuid returning a user that does not exist in the passwd file.

Implementation

const oserr = 71;