shithub: mc

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

View raw version
use "syswrap"

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