shithub: mc

ref: 2b93bb53428f082ef83e54a6198ea6da88cd66a3
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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