shithub: mc

ref: 5f908a4b24cde049374c0922bce3cc067ab216dc
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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