shithub: mc

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

View raw version
use "syswrap"

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