shithub: mc

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

View raw version
use "syswrap"

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