shithub: mc

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

View raw version
use "syswrap"

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