shithub: mc

ref: 26d2752901f380a5ea22935f49e58e29f404a54a
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
;;