shithub: mc

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

View raw version
use "syswrap"

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