shithub: mc

ref: 04d647955b3d83e2fb3731d63887ae499809141e
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
;;