shithub: mc

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

View raw version
use "syswrap"

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