shithub: mc

ref: 79398034cd7521b60baba9dcdd2c3c51dd479f9f
dir: /lib/std/consts.myr/

View raw version
use "syswrap.use"

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