shithub: mc

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

View raw version
use "syswrap"

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