shithub: mc

ref: 41f58088d668a208e560de1eecdc7c69582862ca
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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