sfxstub.c

来自「open arj source」· C语言 代码 · 共 23 行

C
23
字号
/* * $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 + =
减小字号Ctrl + -
显示快捷键?