shithub: mc

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