shithub: mc

ref: d25b147ccbeff5b7f086b2e43d835543aaa8e6dd
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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