shithub: mc

ref: 4acb5822344f2dc7dc360720ef803e1d36d2e927
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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