📄 pgprot13mod.h
字号:
/*
* pgpRot13Mod.h -- definitions for a stupid encryption pipeline: rot13
*
* Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
*
* $Id: pgpRot13Mod.h,v 1.2.2.1 1997/06/07 09:51:18 mhw Exp $
*/
#ifdef __cplusplus
extern "C" {
#endif
struct PgpPipeline;
struct PgpPipeline **rot13Create (struct PgpPipeline **head);
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -