shithub: mc

ref: 59a098256a8e983f8e46473b70f4e35241b22a72
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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