arjsfx.h

来自「open arj source」· C头文件 代码 · 共 23 行

H
23
字号
/* * $Id: arjsfx.h,v 1.1.1.1 2002/03/28 00:01:23 andrew_belov Exp $ * --------------------------------------------------------------------------- * ARJSFX exported stubs are declared here. * */#ifndef ARJSFX_INCLUDED#define ARJSFX_INCLUDED/* Prototypes */#if SFX_LEVEL>=ARJSFXVchar FAR *preprocess_comment(char FAR *comment);#elif SFX_LEVEL>=ARJSFXchar *preprocess_comment(char *comment);#endifvoid show_sfx_logo();void sfx_setup();#endif

⌨️ 快捷键说明

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