shithub: mc

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

View raw version
use "syswrap"

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