shithub: mc

ref: 26fbf11cc69cf2abd07b9b53feb814d290435896
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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