shithub: mc

ref: 199b9cbd18da9e32a3bacdee6266a098036b34be
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
;;