📄 rlang.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 + -