shithub: mc

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