shithub: mc

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

View raw version
use "syswrap"

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