shithub: mc

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

View raw version
use "syswrap"

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