arjdisp.c

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

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