shithub: mc

ref: 871ef281aaf3c2e8bdff5d92355461bedfa5d933
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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