?? 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 + -