shithub: mc

ref: 96203fff1cc3c06bea79801d9af38c40e556d74a
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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