shithub: mc

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

View raw version
use "syswrap"

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