shithub: mc

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

View raw version
use "syswrap"

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