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