Mercurial > hg > xemacs-beta
comparison lib-src/sorted-doc.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
5 This version sorts the output by function name. | 5 This version sorts the output by function name. |
6 */ | 6 */ |
7 | 7 |
8 /* Synched up with: FSF 19.28. */ | 8 /* Synched up with: FSF 19.28. */ |
9 | 9 |
10 #include <../src/config.h> | 10 #include <config.h> |
11 | 11 |
12 #include <stdio.h> | 12 #include <stdio.h> |
13 #include <ctype.h> | 13 #include <ctype.h> |
14 #if __STDC__ || defined(STDC_HEADERS) | 14 #if __STDC__ || defined(STDC_HEADERS) |
15 # include <stdlib.h> /* for qsort() and malloc() */ | 15 # include <stdlib.h> /* for qsort() and malloc() */ |