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

📄 recovery.h

📁 arj source code
💻 H
字号:
/* * $Id: recovery.h,v 1.1.1.2 2002/03/28 00:03:24 andrew_belov Exp $ * --------------------------------------------------------------------------- * Prototypes of the functions located in RECOVERY.C are declared here. * */#ifndef RECOVERY_INCLUDED#define RECOVERY_INCLUDED/* Recovery threshold */#define RECOVERY_THRESHOLD       488    /* Each 488K is 1 block *//* Prototypes */unsigned long calc_protdata_size(unsigned long limit, int threshold);int create_protfile(FILE *stream, unsigned long offset, int state);unsigned long chk_prot_sig(FILE *stream, unsigned long rp_ofs);int recover_file(char *name, char *protname, char *rec_name, int test_mode, unsigned long sig_offset);#endif

⌨️ 快捷键说明

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