shithub: mc

ref: 93021acafb5a87b728ab1e528465a665f830ec77
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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