shithub: mc

ref: 02efc3a7d15eb97ec7b80be68474d112f65493c8
dir: /lib/std/errno+plan9.myr/

View raw version
pkg std =
	type errno = int
	const Erange	: errno = 1
	const Emisc	: errno = 2
	const Eexist	: errno = 3
;;