shithub: mc

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

View raw version
use "syswrap"

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