shithub: mc

ref: 0b5023c54b5310de851219ebbcd5f27876a005fb
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

pkg std =
	const In	: fd = 0
	const Out	: fd = 1
	const Err	: fd = 2
;;