index
:
tunics.git
master
Toy implementations of Unix tools
Tom Ryder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sort.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'sort.h')
-rw-r--r--
sort.h
1
1 files changed, 0 insertions, 1 deletions
diff --git a/sort.h b/sort.h
index 3e56b46..264e905 100644
--- a/
sort.h
+++ b/
sort.h
@@ -20,4 +20,3 @@ void vec_free(vec *v);
static int qsort_strcmp(const void *p1, const void *p2);
#endif
-