⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 virtmodem.h

📁 支持ZModem, Telnet功能的串口通讯程序
💻 H
字号:
/* * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -