shithub: mc

ref: 501c03fca3a77243ae2e7415a199b08e806c96b2
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
;;