pgpglobals.c

来自「著名的加密软件的应用于电子邮件中」· C语言 代码 · 共 23 行

C
23
字号
/*
 * pgpGlobals.c -- A file containing global, constant values.
 *
 * Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved.
 *
 * Written by: Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpGlobals.c,v 1.4.2.3 1997/06/07 09:50:07 mhw Exp $
 */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "pgpUsuals.h"

char const pgpLibVersionString[] =
#ifdef PGP_FREEWARE
    "PGPfreeware 5.0i for non-commercial use";
#else
    "PGP for Personal Privacy 5.0i";
#endif

⌨️ 快捷键说明

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