shithub: mc

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

View raw version
use "syswrap"

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