shithub: mc

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

View raw version
use "syswrap"

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