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