virtmodem.h
来自「支持ZModem, Telnet功能的串口通讯程序」· C头文件 代码 · 共 24 行
H
24 行
/* * A few shared definitions for the files *//* * A lot of the includes don't work as the manual page suggests * hence we do this on NeXT systems */#ifdef NeXT#include <libc.h>#endifextern int do_call(char*);extern int call_tcp(char*);extern int command(char*);extern void attach_pty(int);extern void do_iac(unsigned char[3]);extern void outstr(char*);extern void telnet_byte(unsigned char);extern void stats_init(void);extern void stats_end(void);extern void add_pkt(int dirn, long size);extern void stats_call(char*);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?