shithub: mc

ref: 85f8cd1246e4df870f8767bf64f3f1fe5f006101
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
;;