shithub: mc

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

View raw version
use "syswrap"

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