shithub: mc

ref: e157c1733098280a2e0bcfe3fa59bc7c46dfc131
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
;;