shithub: mc

ref: 782588ed75e3673535e528e6b5f13ae060cf8095
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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