shithub: mc

ref: 74707c5daf432fe8310312021eb775e7a716dbe3
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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