shithub: mc

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

View raw version
use "syswrap"

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