shithub: mc

ref: 64462bb36f34be7ab4aa1fcf7195739eb617a044
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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