Go to the documentation of this file.
26 #define U_CHAR unsigned char
30 #define U_SHORT unsigned short
34 #define U_INT unsigned int
38 #define U_LONG unsigned long
41 #ifdef PLPLOT_USE_TCL_CHANNELS
53 #ifdef PLPLOT_USE_TCL_CHANNELS
73 #define PDF_ERROR 1 // Unknown error
74 #define PDF_FNOPEN 2 // File not open
75 #define PDF_FAOPEN 3 // File already open
76 #define PDF_BADUN 4 // Bad unit number
77 #define PDF_BADNBITS 5 // Invalid # of bits
78 #define PDF_RDERR 6 // Read error
79 #define PDF_WRERR 7 // Write error
80 #define PDF_NOTPDF 8 // Not a valid PDF file