shithub: mc

ref: 2ebbc72744b18b0e76d2aacb154bd0e4630bebc1
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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