shithub: mc

ref: 8eef2702d6533ca399758c38acedf0f086b93e13
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
;;