shithub: mc

ref: 38a4c78511a5aea2608ea44bbfde055485197b50
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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