shithub: mc

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

View raw version
use "syswrap"

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