shithub: mc

ref: 9aabbe574e648e0a462b211c62da5eb5875343b7
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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