shithub: mc

ref: 1f99d2dc0f2e8afe604bfe777063b4f2e277e185
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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