shithub: mc

ref: 5c2890a66e673f159329ce55790ee6b05ebf1041
dir: /lib/std/consts.myr/

View raw version
use "syswrap.use"

pkg std =
	const In	: fd = 0
	const Out	: fd = 1
	const Err	: fd = 1
;;