📄 tcp_server.h
字号:
#ifndef __tcp_server_H__
#define __tcp_server_H__
extern void tcp_server_init(void);
extern void tcp_server_appcall(void);
/*
#ifndef UIP_APPCALL
#define UIP_APPCALL example3_app
#endif
*/
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -