Go to the documentation of this file.
24 #ifndef _USE_MATH_DEFINES
25 #define _USE_MATH_DEFINES 1
36 #define HPDF_FOPEN fopen
37 #define HPDF_FCLOSE fclose
38 #define HPDF_FREAD fread
39 #define HPDF_FWRITE fwrite
40 #define HPDF_FFLUSH fflush
41 #define HPDF_FSEEK fseek
42 #define HPDF_FTELL ftell
43 #define HPDF_FEOF feof
44 #define HPDF_FERROR ferror
45 #define HPDF_MALLOC malloc
46 #define HPDF_FREE free
47 #define HPDF_FILEP FILE*
48 #define HPDF_TIME time
49 #define HPDF_PRINTF printf
57 #define HPDF_STREAM_BUF_SIZ 4096
60 #define HPDF_DEF_ITEMS_PER_BLOCK 20
63 #define HPDF_DEFALUT_XREF_ENTRY_NUM 1024
66 #define HPDF_DEF_CHAR_WIDTHS_NUM 128
69 #define HPDF_DEF_PAGE_LIST_NUM 256
72 #define HPDF_DEF_RANGE_TBL_NUM 128
75 #define HPDF_MPOOL_BUF_SIZ 8192
76 #define HPDF_MIN_MPOOL_BUF_SIZ 256
77 #define HPDF_MAX_MPOOL_BUF_SIZ 1048576
81 #define HPDF_ALINMENT_SIZ sizeof(int)