shithub: mc

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