shithub: mc

ref: 5aea901969b0ee10083ceb089452c68b4deb459a
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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