shithub: mc

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

View raw version
use "syswrap"

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