shithub: mc

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

View raw version
use "syswrap"

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