shithub: mc

ref: 755433e998180ba049bc22975b8ecffa23bf0357
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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