shithub: mc

ref: 3de36cf522da6e8fdb102fb1169465cbbabb3df4
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
;;