?? pgpcompress.h
字號:
/*
* pgpCompress.h -- this defines the compression and decompression
* functions for PGP.. It provides a generalized interface to the
* compression modules, and keeps applications from requiring
* knowledge of all the different types of compression that may be
* supported.
*
* This is a Public API Function Header.
*
* $Id: pgpCompress.h,v 1.2 1997/05/13 01:18:57 mhw Exp $
*/
#ifndef Included_pgpCompress_h
#define Included_pgpCompress_h
/* Defintions for known compression algorithms */
#define PGP_COMPRESSALG_ZIP 1
#endif /* Included_pgpCompress_h */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -