shithub: mc

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

View raw version
use "syswrap"

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