telnetd.h

来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 36 行

H
36
字号
/* * (A first version for telnetd) * *  Author: Fernando RUIZ CASAS (fernando.ruiz@ctv.es) *  May 2001 * *  This program is distributed in the hope that it will be useful, *  but WITHOUT ANY WARRANTY; without even the implied warranty of *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * *  rtems_initialize_telnetd() starts the daemon. *  main_telnetd() is the main_proc for the command telnetd in the shell *  register_telnetd() add a new command in the shell to start *  interactively the telnetd daemon. *  *  $Id: telnetd.h,v 1.1 2001/08/09 22:06:51 joel Exp $ */#ifndef __TELNETD_H#define __TELNETD_H#ifdef __cplusplusextern "C" {#endif	int rtems_initialize_telnetd(void);int main_telnetd(int argc,char * argv[]);int register_telnetd(void); #ifdef __cplusplus}#endif	#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?