shithub: mc

ref: 3792aa38235a273f449d25c4fe813de01bce3093
dir: /lib/std/consts.myr/

View raw version
use "syswrap.use"

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