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