shithub: mc

ref: 92747b6c52dda775dcc85002c06efab36d88cc4d
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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