shithub: mc

ref: 105a65cbe900d0151e97e71da8e52d4dabbf19ba
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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