shithub: mc

ref: 2698fe288642465ec636dca1c8f4ff88a22c5afe
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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