shithub: mc

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

View raw version
use "syswrap"

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