aboutsummaryrefslogtreecommitdiffstats
path: root/test/ccured_olden/bisort/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/ccured_olden/bisort/proc.h')
-rw-r--r--test/ccured_olden/bisort/proc.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/ccured_olden/bisort/proc.h b/test/ccured_olden/bisort/proc.h
new file mode 100644
index 00000000..eadb80aa
--- /dev/null
+++ b/test/ccured_olden/bisort/proc.h
@@ -0,0 +1,25 @@
+/* For copyright information, see olden_v1.0/COPYRIGHT */
+
+/* ========== PROCEDURE TYPES/NUMS ================== */
+
+
+HANDLE *RandTree();
+
+void SwapValue();
+void SwapValLeft();
+void SwapValRight();
+int Bimerge();
+int Bisort();
+#define DD_EXIT 0
+
+
+/* ================= PROC NAMES ==============*/
+
+#ifdef EXTERN
+ extern char *procnames[];
+#else
+ static char *procnames[] =
+ {
+ "EXIT"
+ };
+#endif