shithub: mc

ref: 414e05cc376206936ddfe7cad6f21710839d8c3b
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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