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

📄 arj_arcv.h

📁 arj source code
💻 H
字号:
/* * $Id: arj_arcv.h,v 1.1.1.1 2002/03/28 00:01:38 andrew_belov Exp $ * --------------------------------------------------------------------------- * Prototypes of the functions located in ARJ_ARCV.C are declared here. * */#ifndef ARJ_ARCV_INCLUDED#define ARJ_ARCV_INCLUDED/* Header sizes */#define STD_HDR_SIZE              30    /* Size of standard header */#define R9_HDR_SIZE               46    /* Minimum size of header that holds                                           DTA/DTC *//* Prototypes */long find_header(int search_all, FILE *stream);#if SFX_LEVEL>=ARJSFXVint read_header(int first, FILE *stream, char *name);#elseint read_header(int first);#endifvoid create_header(int first);void write_header();int rename_file();int supply_comment(char *cmtname, char *name);void fill_archive_header();void final_header(int operation);void skip_compdata();void skip_file();void arjdisp_scrn(unsigned long bytes);void special_processing(int action, FILE *stream);void init_packing(unsigned long offset, int is_mv);int pack_file(int is_update, int is_replace);int pack_file_stub(int is_update, int is_replace);int create_chapter_mark();int store_label();FILE_COUNT copy_archive();void add_base_dir(char *name);#if SFX_LEVEL>=ARJint unpack_validation(int cmd);#elseint unpack_validation();#endifchar FAR *unpack_ea(struct ext_hdr FAR *eh);#if SFX_LEVEL>=ARJint unpack_file_proc(int to_console, FILE_COUNT num);#elseint unpack_file_proc();#endif#if SFX_LEVEL>=ARJFILE_COUNT flist_lookup(FILE_COUNT tag);#elseFILE_COUNT flist_lookup();#endifint arcv_delete(FILE_COUNT num);void tmp_archive_cleanup();void archive_cleanup();#endif

⌨️ 快捷键说明

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