shithub: mc

ref: 52eca667bbd1cf5a929d3f2352c3c1ee8e91625d
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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