shithub: mc

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

View raw version
use "syswrap"

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