shithub: mc

ref: d91d1e446ded81fba2452731ed40fec6e9a3be30
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
;;