shithub: mc

ref: 0c0c4f2f6b3606ab6387b92cef21e166bc9c075b
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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