shithub: mc

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

View raw version
use "syswrap"

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