shithub: mc

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