parsefile.h
来自「遍历指定文件夹所有文件」· C头文件 代码 · 共 15 行
H
15 行
/*parse http file, get script from the file*/
#ifndef _PARSEFILE_H_
#define _PARSEFILE_H_
int searchfile();
int writefifo(char *pathname);
int readfifo(char *rpathbuf, size_t nbytes);
int handlefile(char *pathname);
int ishtmlfile(char *pathname);
char *hashfilename(char *pathname);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?