shithub: mc

ref: 7a78ce12338f623cb53a78e3568b86bf67bf1ea1
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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