shithub: mc

ref: 89393cb48f76d4156105068fa9095d8b8f585b35
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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