summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vv.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vv.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vv.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vv.h
new file mode 100644
index 00000000000..68bfc27f111
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vv.h
@@ -0,0 +1,18 @@
+#ifndef CARYLL_VF_VV_H
+#define CARYLL_VF_VV_H
+
+#include "caryll/element.h"
+#include "caryll/vector.h"
+#include "otfcc/primitives.h"
+
+extern caryll_ValElementInterface(pos_t) vq_iPosT;
+typedef caryll_Vector(pos_t) VV;
+extern caryll_VectorInterfaceTypeName(VV) {
+ caryll_VectorInterfaceTrait(VV, pos_t);
+ // Monoid instances
+ VV (*neutral)(tableid_t dimensions);
+}
+iVV;
+// extern caryll_VectorInterface(VV, pos_t) iVV;
+
+#endif