shithub: mc

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

View raw version
use "syswrap"

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