📄 getline.h
字号:
#ifndef GETLINE_H#define GETLINE_H/* unix systems can #define POSIX to use termios, otherwise * the bsd or sysv interface will be used */char *getline(); /* read a line of input */void gl_setwidth(); /* specify width of screen */void gl_histadd(); /* adds entries to hist */void gl_strwidth(); /* to bind gl_strlen */extern int (*gl_in_hook)();extern int (*gl_out_hook)();extern int (*gl_tab_hook)();#endif /* GETLINE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -