shithub: mc

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

View raw version
use "syswrap"

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