shithub: mc

ref: 3d9ce334368f0d6e7da472200c68c7081889058b
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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