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