shithub: mc

ref: 98972288339fd5d5f6466557e704f3737eab3c67
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
;;