shithub: mc

ref: 27b4f894b3b7456b64908ad8c2d50ba66ebb513a
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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