diff options
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 */ |