shithub: mc

ref: 90e26e0f687da28530b3b967df0cedf20407c071
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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