shithub: mc

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

View raw version
use "syswrap"

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