mirror of
http://180.163.74.83:13000/zhangzhenghao/AP05.git
synced 2025-12-13 15:24:29 +00:00
17 lines
176 B
C
17 lines
176 B
C
#ifndef _PING_H_
|
|
#define _PING_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern int random_data_flag;
|
|
|
|
extern int ping(char *ip_dest);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|