shithub: mc

ref: 3400b0428b9147012553c6f2280147d8dc99bbf1
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
;;