getline.h
来自「linux下ftp的库源码」· C头文件 代码 · 共 18 行
H
18 行
#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 + =
减小字号Ctrl + -
显示快捷键?