shithub: mc

ref: 78da203b42b5084a7664e8773f418a4730184d53
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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