summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index 11643d5..6e6574e 100644
--- a/apl9.h
+++ b/apl9.h
@@ -270,6 +270,12 @@ Array *opSwitch(Datum *, Array *, Array *);
/* Dyadic operators from operators.c */
Array *opOver(Datum *, Datum *, Array *, Array *);
+/* Dyadic functions from hybrids.c */
+
+/* Monadic operators from hybrids.c */
+Array *opReduceLast(Datum *, Array *, Array *);
+Array *opReduceFirst(Datum *, Array *, Array *);
+
/* Global variables */
extern int traceeval; /* eval.c */
extern int debugmem; /* memory.c */