ref: 6a921aa5b2045b172370c1677c1e3f75b8c3cfc4 dir: /libstd/errno+plan9.myr/
pkg std = type errno = int const Erange : errno = 1 const Emisc : errno = 2 const Eexist : errno = 3 ;;