shithub: mc

ref: 516fa1fdca8b62c85deeaf2e3d0b3f826afc8dba
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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