comparison lib-src/digest-doc.c @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 376386a54a3c
children 74fd4e045ea6
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
3 a file of nroff output containing the doc strings. 3 a file of nroff output containing the doc strings.
4 4
5 See also sorted-doc.c, which produces similar output 5 See also sorted-doc.c, which produces similar output
6 but in texinfo format and sorted by function/variable name. */ 6 but in texinfo format and sorted by function/variable name. */
7 7
8 #include <stdio.h>
9 #ifdef emacs 8 #ifdef emacs
10 #include <../src/config.h> 9 #include <../src/config.h>
11 #endif 10 #endif
11 #include <stdio.h>
12 12
13 int 13 int
14 main () 14 main ()
15 { 15 {
16 register int ch; 16 register int ch;