shithub: mc

ref: 9a83081ebe28cc5d5e52718f3d0ef2d0a6df21b7
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
;;