shithub: mc

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

View raw version
use "syswrap"

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