shithub: mc

ref: 156c048f0239b99b870cf1694c6886e39b85ae09
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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