shithub: mc

ref: 74a19268887ba997f0ebb65c0572f74f524db2e1
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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