shithub: mc

ref: e25072ea2bea6bc603143ddb0cc110982e90161b
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
;;