shithub: mc

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

View raw version
use "syswrap.use"

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