shithub: mc

ref: 57658b905980f9536e4c0f01d3bfd0d327e26989
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
;;