shithub: mc

ref: 4efbb423950483a2deec1384c732a5d34fe639c7
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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