shithub: mc

ref: 012c761ef5952366fe4c9be95ad8aa250afe6154
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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