shithub: mc

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

View raw version
use "syswrap"

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