shithub: mc

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

View raw version
use "syswrap"

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