shithub: mc

ref: 95b07cdf3e64cd181229e1be1079c265a363675c
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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