shithub: mc

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