?? 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 + -