shithub: mc

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

View raw version
use "syswrap"

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