shithub: mc

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

View raw version
use "syswrap"

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