|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <kpathsea/debug.h>#include <kpathsea/tex-file.h>#include <kpathsea/tex-glyph.h>#include <kpathsea/cnf.h>#include <kpathsea/proginit.h>#include <kpathsea/progname.h>#include <kpathsea/tex-make.h>#include <kpathsea/lib.h>
Include dependency graph for private.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | HAVE_PROTOTYPES 1 |
| #define | ISSP(p) (*(p) == ' ' || *(p) == '\t') |
| #define | SKIPSP(p) while(ISSP(p)) p++ |
| #define | SKIPNSP(p) while(*(p) && !ISSP(p)) p++ |
| #define | _(x) x |
| #define | _G(x) x |
| #define | _BREAKPOINT() |