shithub: mc

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

View raw version
use "syswrap"

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