shithub: mc

ref: 227937428a714a63f5c307f3dfd1b6a9a490c28a
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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