shithub: mc

ref: 4792730ddf78a778496334c97709c1e0da06a61d
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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