shithub: mc

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

View raw version
use "syswrap"

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