shithub: mc

ref: 8e8d3f3d6f01046782529f853032daca2ab1976e
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
;;