shithub: mc

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

View raw version
use "syswrap"

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