shithub: mc

ref: 87e41be1bc9bffd35472a26076cbb0470f4620ec
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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