shithub: mc

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