shithub: mc

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

View raw version
use "syswrap"

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