ping.h

来自「杭州立宇泰arm7的bootloader程序」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef __PING_H__
#define __PING_H__

#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>

#include "..\Target\44blib.h"

#include "ether.h"
#include "netutil.h"
#include "net.h"
#include "ip.h"

void Ping_test(void);

#endif

⌨️ 快捷键说明

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