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