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

📄 rlang.h

📁 在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便
💻 H
字号:
/* ====================================================================

 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -