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

📄 pgpmemmod.h

📁 著名的加密软件的应用于电子邮件中
💻 H
字号:
/*
* pgpMemMod.h -- Module to output to a fixed-size memory buffer
*
* Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
*
* $Id: pgpMemMod.h,v 1.2.2.1 1997/06/07 09:51:17 mhw Exp $
*/

#ifndef PGPMEMMOD_H
#define PGPMEMMOD_H

#ifdef __cplusplus
extern "C" {
#endif

struct PgpPipeline;
struct PgpPipeline PGPExport *
pgpMemModCreate (struct PgpPipeline **head, char *buf, size_t buf_size);

#ifdef __cplusplus
}
#endif

#endif /* PGPMEMMOD_H */

⌨️ 快捷键说明

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