shithub: mc

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