shithub: mc

ref: b85b0202f856095d12a293961367f2e5cb93e16d
dir: /libstd/errno+plan9.myr/

View raw version
pkg std =
	type errno = int
	const Erange	: errno = 1
	const Emisc	: errno = 2
	const Eexist	: errno = 3
;;