shithub: mc

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

View raw version
use "syswrap"

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