kmx git
login
register
kc3-lang
/
libbsd
/
src/merge.c
src/merge.c
Log
Author
Commit
Date
CI
Message
07c76b66
2017-06-05T06:17:27
Do not use legacy BSD u_* types Some systems do not have these types available, and they are simply convenience aliases. Instead use the expanded versions which are more portable. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=101192
025b4480
2014-11-04T05:34:46
Make mergesort setup() static
a6a101ef
2014-11-04T05:33:26
Use ANSI C prototypes
be6ab549
2011-02-25T18:17:16
Add new mergesort function Taken from FreeBSD.