shithub: mc

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

View raw version
use "syswrap"

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