tsk_tools_i.h
来自「linux下开发的针对所有磁盘的数据恢复的源码」· C头文件 代码 · 共 15 行
H
15 行
#ifndef _TSK_TOOLS_I_H#define _TSK_TOOLS_I_H/* same as tsklib.h except that it includes the base_i.h file * instead of base.h so that we can get the _config defines. * This is to be used by the tools included with TSK (such as fls). */#include "tsk3/base/tsk_base_i.h"#include "tsk3/img/tsk_img.h"#include "tsk3/vs/tsk_vs.h"#include "tsk3/fs/tsk_fs.h"#include "tsk3/hashdb/tsk_hashdb.h"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?