shithub: mc

ref: 68a437bb6d370781e18ad1b794cc34c21dd5b361
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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