shithub: mc

ref: 52e1e5f1b71f08e62aa60f7bc061554878cd48a0
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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