network.h

来自「NXPl788上lwip的无操作系统移植,基于Embest开发板」· C头文件 代码 · 共 7 行

H
7
字号
/* network.h for compatibility with the other eCos network stacks */

#include <lwip/sys.h>           /* lwIP stack includes */
#define LWIP_COMPAT_SOCKETS 1
#include <lwip/sockets.h>
#include <lwip/inet.h>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?