shithub: mc

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

View raw version
use "syswrap"

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