Mercurial > hg > xemacs-beta
comparison lib-src/digest-doc.c @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
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 <config.h> | 9 #include <../src/config.h> |
10 #endif | 10 #endif |
11 #include <stdio.h> | 11 #include <stdio.h> |
12 | 12 |
13 int | 13 int |
14 main (int argc, char *argv[]) | 14 main () |
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"); |