shithub: mc

ref: 8bc429fb93070938b8bc5d459da4f2664c00abae
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
;;