shithub: mc

ref: 4e8d03d374a17a3e0c691276a87022631c2c269a
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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