📄 read_udf.c
字号:
#include "../nsrHdrs/nsr.h"#include <stdlib.h>#include <stdio.h>#include <string.h>#include <ctype.h>#include "chkudf.h"#include "protos.h"void Check_UDF(void){ VerifyVRS(); /* Verify NSR and other descriptors; extract version */ VerifyAVDP(); if (!Fatal) { VerifyVDS(); } if (!Fatal) { DisplayDirs(); } if (!Fatal) { TestLinkCount(); } if (!Fatal) { check_filespace(); } if (!Fatal) { check_uniqueid(); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -