shithub: mc

ref: f6d4fa4780350777e7446258997ffd7b9217a84a
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
;;