rlang.h

来自「在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便」· C头文件 代码 · 共 35 行

H
35
字号
/* ====================================================================

 Name:   rlang.h

 Definitions included:  rLANGLENGTH

	Copyright 1987 Rabbit Software Corporation

 ======================================================================  */

#ifndef _RLANG_H_
#define _RLANG_H_

#ifdef HEADERVERSIONS
static char *_rlang_h_ = "@(#)rlang.h	1.4 !R2";
#endif /* HEADERVERSIONS */


#define rLANGLENGTH	32		/* Maximum length of a language name.
					   Required because language names
					   are part of static profile
					   structures that are saved to file */

/* returns the language name from the environment */
extern char *rLangEnv();

/* returns the language name from the environment, or the default
   (if the default is set and the name isn't in the environment or
   the override flag is set) */

extern char *rLangName(/*char *pDefault, bool override */);

#endif /* _RLANG_H_ */

⌨️ 快捷键说明

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