Avoid using scandir/alphasort
commit8f26ad4ba237b3ad42fd1e28a7d800e4dc9e7fe4
authorChris Robinson <chris.kcat@gmail.com>
Thu, 21 Jan 2016 12:42:22 +0000 (21 04:42 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 21 Jan 2016 12:42:22 +0000 (21 04:42 -0800)
tree973e2483967f4d112f973812c942a8a1580d65e5
parentbb0ac26ce1bc8966d87e5db2d9a9675bd939b6af
Avoid using scandir/alphasort

They require POSIX 2008, which is a bit too "new" for my current liking. We can
do well enough with opendir/readdir/closedir and qsort.
Alc/helpers.c