shithub: mc

ref: eab5599e480cc900f86acca3d157ad670110d570
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
;;