shithub: mc

ref: 83fea560c31e90807d9a2fa25a749027812ea17f
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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