shithub: mc

ref: 3e24000ddb275369ba68282e2c9406f6b1c23736
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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