shithub: mc

ref: 490e90d2122d80bce4e5f710e046b90fc9cc31ca
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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