shithub: mc

ref: 69b4c9840862cdf3b42c877777c79e95a6aa0a42
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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