shithub: mc

ref: 716c18ec85b68659886408d1f81301bf4e5f43bd
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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