shithub: mc

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

View raw version
use "syswrap"

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