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