shithub: mc

ref: c19f9bc26e3e55fff0ba2bec80c40f43509bf779
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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