shithub: mc

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

View raw version
use "syswrap"

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