/[hydra]/hydra/extras/alphasort.c
ViewVC logotype

Contents of /hydra/extras/alphasort.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sat Sep 21 13:54:15 2002 UTC (21 years, 7 months ago) by nmav
Branch: boas
CVS Tags: hydra_0_0_2, hydra_0_0_3, hydra_0_0_4, hydra_0_0_5, start, BOAS_WITH_RANGES_AND_CGI
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

1 #include <string.h>
2 #include "compat.h"
3
4 int alphasort(const struct dirent **a, const struct dirent **b)
5 {
6 return (strcmp((*a)->d_name, (*b)->d_name));
7 }

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26