shithub: mc

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