shithub: mc

ref: a563b40a6af1ee03729918c8a15b48e06bcdeec2
dir: /lib/std/consts.myr/

View raw version
use "syswrap.use"

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