shithub: mc

ref: 3699a6c3daf7648653b3e4936f39bc6061331446
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
;;