shithub: mc

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

View raw version
use "syswrap"

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