shithub: mc

ref: c57f69776103121107ad70d86a7b0efbc2553daa
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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