shithub: mc

ref: 78792ee3796ef75c10ecc635c2962dba9eb58203
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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