shithub: mc

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

View raw version
use "syswrap"

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