shithub: mc

ref: 29bd0da380f893e1f031c36878676a460fd18402
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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