shithub: mc

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