shithub: mc

ref: 81c19d1a4fb393758ce2f08c63f8511ada5bc413
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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