shithub: mc

ref: 241b498591ec1c86165c4e749f5e74ce7a03dd2a
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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