shithub: mc

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

View raw version
use "syswrap"

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