Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include "config.h"
Go to the source code of this file.
Macros | |
#define | WORD_LITTLE_ENDIAN 1 |
#define | Ptr2Int(x) ((INT)((Pointer)(x))) |
#define | Int2Ptr(x) ((Pointer)((INT)(x))) |
#define | __PROTO(x) x |
Typedefs | |
typedef unsigned long | Ulong |
typedef unsigned int | Uint |
typedef unsigned short | Ushort |
typedef unsigned char | Uchar |
typedef unsigned char | Uint8 |
typedef char | Int8 |
typedef unsigned long | UINT |
typedef long | INT |
typedef void * | Pointer |