shithub: mc

ref: 3e8c358141a5fabeec1db153a5762eb28f571a76
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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