general.h

来自「单片机控制RTL8019AS的程序,C语言编写,仿真通过.」· C头文件 代码 · 共 16 行

H
16
字号


#include <reg51.h>
#include <net.h>
#include <arp.h>
#include <ip.h>
#include <eth.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <cksum.h>
#include <icmp.h>
#include <tcp.h>
#include <http.h>
#include <timer.h>

⌨️ 快捷键说明

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