shithub: mc

ref: 56251d257472a214910a0d0861cae5090bdd83d9
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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