shithub: mc

ref: 0b7b8cf380ced404a763a81e86db439ee4915393
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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