shithub: mc

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

View raw version
use "syswrap"

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