shithub: mc

ref: 2c5db83da78a650e5dd01740e28946d682b23604
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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