shithub: mc

ref: 9676f65ff1660a8ebc47b384ba056717e6cde056
dir: /lib/std/consts.myr/

View raw version
use "syswrap.use"

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