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

📄 language.h

📁 vc环境下的pgp源码
💻 H
字号:
/*____________________________________________________________________________
    language.h

    Copyright(C) 1998,1999 Network Associates, Inc.
    All rights reserved.

	PGP 6.5 Command Line 

	Include file for PGP foreign language translation facility

    $Id: language.h,v 1.4 1999/05/12 21:01:04 sluu Exp $
____________________________________________________________________________*/


/*
 * Strings with LANG() around them are found by automatic tools and put
 * into the special text file to be translated into foreign languages.
 * LANG () (note the space between 'G' and '(') should be used if there
 * is no string to be extracted (eg. prototype).
 */

extern char *LANG (char *s);

/*
 * Use the dummy macro _LANG for strings that should be extracted, but
 * shouldn't be processed by the LANG function (eg. array initializers).
 */
#define _LANG(x) x

/*char *get_language(void);*/
/*char *set_language(void);*/

⌨️ 快捷键说明

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