file.h
来自「linux 下类似于TC功能的编译器,但还没有完成,希望大家共同研究」· C头文件 代码 · 共 25 行
H
25 行
class codefile{private: int fd; int mode;//st_mode int readchrdev(char *f);public: codefile (char*); codefile (char*,int); codefile (char*,int,mode_t); ~codefile (); int setmode(char *f); int getmode(); int getline(chtype *target); int getcodline(chtype *target); int putline(chtype *target); void readhuge(char *); int iseof(); int success; int curpos; int len; char *data; char ch;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?