shithub: mc

ref: 3d9e396e9696c1aa2290fce09626c33d15e1ea03
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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