shithub: mc

ref: fe0c54bda8e70766480784336fc881567620410e
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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