shithub: mc

ref: 72819dcccff346a919f36f8cb8b1ab2014ab4977
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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