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

📄 arjdisp.c

📁 arj source code
💻 C
字号:
/* * $Id: arjdisp.c,v 1.5 2003/06/22 11:12:28 andrew_belov Exp $ * --------------------------------------------------------------------------- * This is a sample graphical interface program. * */#include "arj.h"#include <stdlib.h>DEBUGHDR(__FILE__)                      /* Debug information block *//* Local variables */static char *archive_name;static char *filename;static long uncompsize;static long bytes;static long compsize;static char cmd_verb;static char msg_lf[]="\n";char strform[]="%s";                    /* Export it for scrnio.c, too                                           (a byte saved is a byte gained) *//* Pseudographical controls */#if TARGET==UNIXstatic char indo='*';static char win_top   []="/----------------------------------------------------------------------------\\";static char win_border[]="|";static char win_bottom[]="\\----------------------------------------------------------------------------/";static char ind_top   []="+--------------------------------------------------+";static char ind_middle[]="|..................................................|";static char ind_bottom[]="+--------------------------------------------------+";#elsestatic char indo='

⌨️ 快捷键说明

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