shithub: mc

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