shithub: mc

ref: 9bd7deeee3fa7b5c36fca2bb45349fe38847f8ab
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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