shithub: mc

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

View raw version
use "syswrap"

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