shithub: mc

ref: 11f9444f151e18547c277027ff39f81c5976318f
dir: /lib/std/errno+plan9.myr/

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