shithub: mc

ref: 2c1e2fef91c31025ce44e47ce77486d957cf8839
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
;;