shithub: mc

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

View raw version
use "syswrap"

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