shithub: mc

ref: 89aa864b92914c1fddcdf352ca57a97a1f06bb4b
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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