shithub: mc

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

View raw version
use "syswrap"

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