summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index 4080a81..bc6f894 100644
--- a/apl9.h
+++ b/apl9.h
@@ -82,9 +82,11 @@ int simplescalar(Array *);
Datum *eval(Datum *, int *);
/* Monadic functions from functions.h */
+Array *fnTally(Array *);
Array *fnEnclose(Array *);
Array *fnNest(Array *);
Array *fnRavel(Array *);
+Array *fnShape(Array *);
/* Dyadic functions from functions.h */
Array *fnCatenateFirst(Array *, Array *);