shithub: mc

ref: 0bd2678722f5f70a063190d54d12e62420f02b05
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
;;