Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
sysdeps.h File Reference
#include "config.h"
+ Include dependency graph for sysdeps.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define __PROTO (   x)    x

Definition at line 118 of file sysdeps.h.

#define Int2Ptr (   x)    ((Pointer)((INT)(x)))

Definition at line 113 of file sysdeps.h.

#define Ptr2Int (   x)    ((INT)((Pointer)(x)))

Definition at line 112 of file sysdeps.h.

#define WORD_LITTLE_ENDIAN   1

Definition at line 32 of file sysdeps.h.

Typedef Documentation

typedef long INT

Definition at line 84 of file sysdeps.h.

typedef char Int8

Definition at line 42 of file sysdeps.h.

typedef void* Pointer

Definition at line 109 of file sysdeps.h.

typedef unsigned char Uchar

Definition at line 38 of file sysdeps.h.

typedef unsigned int Uint

Definition at line 36 of file sysdeps.h.

typedef unsigned long UINT

Definition at line 83 of file sysdeps.h.

typedef unsigned char Uint8

Definition at line 41 of file sysdeps.h.

typedef unsigned long Ulong

Definition at line 35 of file sysdeps.h.

typedef unsigned short Ushort

Definition at line 37 of file sysdeps.h.