shithub: mc

ref: 4acd9ee51a541f94e81457b1a7fb3accbd790696
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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