📄 sfxstub.c
字号:
/* * $Id: sfxstub.c,v 1.2 2003/06/22 11:12:28 andrew_belov Exp $ * --------------------------------------------------------------------------- * This is a portable version of the SFX stub. * */#include "arj.h"DEBUGHDR(__FILE__) /* Debug information block */static char strform[]="%s";/* Main routine */int main(){ printf(strform, M_SFXSTUB_BANNER); printf(strform, M_SFXSTUB_BLURB_1); printf(strform, M_SFXSTUB_BLURB_2); return(0);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -