shithub: mc

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

View raw version
use "syswrap"

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