summaryrefslogtreecommitdiff
path: root/Build/source/texk/makeindexk/qsort.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-27 07:27:29 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-27 07:27:29 +0000
commitb8d362466a8e4c679b09c8044f85073655bd7ff4 (patch)
treeaf6cc69d21cd49bbcfb8c326128740363a2ba293 /Build/source/texk/makeindexk/qsort.h
parentc5709ea5924966b82883b45f0b92e7d6a0486226 (diff)
makeindexk: Use binary mode for input and output (from W32TeX)
Add a new file with the qqsort() prototype Add a new test case git-svn-id: svn://tug.org/texlive/trunk@27192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/qsort.h')
-rw-r--r--Build/source/texk/makeindexk/qsort.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/makeindexk/qsort.h b/Build/source/texk/makeindexk/qsort.h
new file mode 100644
index 00000000000..3bca7d6dbf2
--- /dev/null
+++ b/Build/source/texk/makeindexk/qsort.h
@@ -0,0 +1,12 @@
+/*
+ *
+ * This file is part of
+ * MakeIndex - A formatter and format independent index processor
+ *
+ * This file is public domain software donated by
+ * Nelson Beebe (beebe@science.utah.edu).
+ *
+ */
+
+extern void qqsort (char *base, int n, int size,
+ int (*compar)(char*,char*));