hello.h
来自「无线网络路有协议aodv的 linux的实现」· C头文件 代码 · 共 20 行
H
20 行
/*************************************************************************** hello.h - description ------------------- begin : Wed Aug 13 2003 copyright : (C) 2003 by Luke Klein-Berndt email : kleinb@nist.gov ***************************************************************************/#ifndef HELLO_H#define HELLO_H#include "aodv.h"#include "aodv_neigh.h"#include "aodv_route.h"int send_hello();int recv_hello(rrep * tmp_rrep, task * tmp_packet);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?