shithub: mc

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

View raw version
use "syswrap"

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