⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 psversion.h

📁 PSlib是一个用来生成PostScript文件的类库。提供了一个生成PostScript文件的简单方法。
💻 H
字号:
/* * pslibversion.h : compile-time version informations for the pslib. * * See Copyright for the status of this software. * * Uwe@steinmann.cx */#ifndef __PSLIB_VERSION_H__#define __PSLIB_VERSION_H__#ifdef __cplusplusextern "C" {#endif/* * use those to be sure nothing nasty will happen if * your library and includes mismatch */#define LIBPS_DOTTED_VERSION "0.4.1"#define LIBPS_MAJOR_VERSION 0#define LIBPS_MINOR_VERSION 4#define LIBPS_MICRO_VERSION 1/* * Whether Debugging module is configured in */#if 1#define LIBPS_DEBUG_ENABLED#else#define LIBPS_DEBUG_DISABLED#endif#ifdef __cplusplus}#endif /* __cplusplus */#endif

⌨️ 快捷键说明

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