shithub: mc

ref: 5197866beb5ead9160183b6ada7a76244686f9f8
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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