📄 dirutil.h
字号:
#ifndef _DIRUTIL_H
#define _DIRUTIL_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* In dirutil.c */
FILE *dir(char *path,int full);
int filedir(char *name,int times,char *ret_str);
int getdir(char *path,int full,FILE *file);
/* In pathname.c: */
char *pathname(char *cd,char *path);
#endif /* _DIRUTIL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -