dhcpcshow.h

来自「vxworks 6.x 的全部头文件」· C头文件 代码 · 共 28 行

H
28
字号
/* dhcpcShow.h - DHCP runtime client include file for show routines *//* Copyright 1984 - 1997 Wind River Systems, Inc. *//*modification history____________________01a,26oct97,spm  written.*/#ifndef __INCdhcpcShowh#define __INCdhcpcShowh#ifdef __cplusplusextern "C" {#endifIMPORT void 	dhcpcShowInit (void);IMPORT STATUS 	dhcpcServerShow (void *);IMPORT STATUS 	dhcpcTimersShow (void *);IMPORT STATUS 	dhcpcParamsShow (void *);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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