language.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 32 行
H
32 行
/*____________________________________________________________________________
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 + =
减小字号Ctrl + -
显示快捷键?