shithub: mc

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

View raw version
use "syswrap"

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