shithub: mc

ref: 0ffaabebcf294f1488a26f84c9f6ff3621d8319d
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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