shithub: mc

ref: 32ecc42187183555c3829d26e3a0384133f0505b
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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