shithub: mc

ref: 3ecd5cbac39da3cc30cc1c7abd514968fca069a9
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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