shithub: mc

ref: 137b08b71982b6c82921b9ece97240da4890bf23
dir: /lib/std/consts.myr/

View raw version
use "syswrap"

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