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