bundle.h

来自「GSview 4.6 PostScript previewer。Ghostscr」· C头文件 代码 · 共 15 行

H
15
字号
/* Copyright (C) 1995, Digital Equipment Corporation.         *//* All rights reserved.                                       *//* See the file pstotext.txt for a full description.          *//* Last modified on Fri Jan 09 21:15:00 AEST 2004 by rjl   *//*      modified on Fri Oct 11 15:35:24 PDT 1996 by mcjones   *//* rjl: Fix compiler warnings */typedef const char *BUNDLE[];extern void putbundle(BUNDLE b, FILE *f);/* Write bundle "b" to file "f".   "b" should have been constructed from "b.ps" by the ".ps.h" rule in   the pstotext Makefile. */

⌨️ 快捷键说明

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