shithub: mc

ref: 6e9c17391b5f1cc81904d622efccff55519be6d9
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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