shithub: mc

ref: 9014efa1621b6530c070ff55b26c7195910fe4ae
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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