配置文件,配置块存储文件,块大小可在配置文件中设置,将3个文件存储在块中

config.h文件中的内容 #ifndef CONFIG_H #define CONFIG_H #include<stdio.h> #include<string.h> #include<stdlib.h> #include<iostream.h> char w_blocknumber[15]; char w_blocksize[15]; int setconfig(); int setfile
相关文章
相关标签/搜索