shithub: mc

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