shithub: mc

ref: f474cd1c2cdc0cd7a42e775c2059255453bb1777
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
;;