shithub: mc

ref: 93db6a9fd69794d74e56cbdfc7796b46da407812
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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