shithub: mc

ref: 99bd0e314a7050f7ac4ae2c33207be08aa5c4507
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
;;