Go to the documentation of this file.
28 #define U_CHAR unsigned char
32 #define U_SHORT unsigned short
36 #define U_INT unsigned int
40 #define U_LONG unsigned long
43 #ifdef PLPLOT_USE_TCL_CHANNELS
55 #ifdef PLPLOT_USE_TCL_CHANNELS
75 #define PDF_ERROR 1 // Unknown error
76 #define PDF_FNOPEN 2 // File not open
77 #define PDF_FAOPEN 3 // File already open
78 #define PDF_BADUN 4 // Bad unit number
79 #define PDF_BADNBITS 5 // Invalid # of bits
80 #define PDF_RDERR 6 // Read error
81 #define PDF_WRERR 7 // Write error
82 #define PDF_NOTPDF 8 // Not a valid PDF file