fitz-base.h.svn-base

来自「SumatraPDF是一款小型开源的pdf阅读工具。虽然玲珑小巧(只有800多K」· SVN-BASE 代码 · 共 22 行

SVN-BASE
22
字号
#ifdef _FITZ_BASE_H_#error "fitz-base.h must only be included once"#endif#define _FITZ_BASE_H_#ifdef  __cplusplusextern "C" {#endif#include "fitz/base_sysdep.h"#include "fitz/base_cpudep.h"#include "fitz/base_runtime.h"#include "fitz/base_math.h"#include "fitz/base_geom.h"#include "fitz/base_hash.h"#include "fitz/base_pixmap.h"#ifdef  __cplusplus}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?