shithub: mc

ref: b6872f8fa14d01499db9bdfcfbf2cfa48266bd28
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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