shithub: mc

ref: 5d40b4ead1f20776f23bed271412af829bbe0e96
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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