shithub: mc

ref: cf7a20e80d1bf21c24db48d430f6603f1e82a45e
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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