shithub: mc

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

View raw version
use "syswrap"

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