shithub: mc

ref: 37851f1670b9022625f90b6c5412acf212618a05
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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