shithub: mc

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

View raw version
use "syswrap"

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