shithub: mc

ref: 0583aac30855373b6829a5dd28e21352c690a33d
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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