comparison lib-src/digest-doc.c @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents e45d5e7c476e
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 #ifdef emacs 8 #ifdef emacs
9 #include <../src/config.h> 9 #include <config.h>
10 #endif 10 #endif
11 #include <stdio.h> 11 #include <stdio.h>
12 12
13 int 13 int
14 main () 14 main (int argc, char *argv[])
15 { 15 {
16 register int ch; 16 register int ch;
17 register int notfirst = 0; 17 register int notfirst = 0;
18 18
19 printf (".TL\n"); 19 printf (".TL\n");