📄 ping.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -