📄 wdbviodrv.h
字号:
/* wdbVioDrv.h - header file for remote debug packet library *//* Copyright 1984-2002 Wind River Systems, Inc. *//*modification history--------------------01b,26apr02,dat Adding cplusplus protection, SPR 7501701a,28jun95,ms written.*/#ifndef __INCwdbVioDrvh#define __INCwdbVioDrvh/* includes */#include "wdb/wdb.h"#ifdef __cplusplusextern "C" {#endif/* function prototypes */#if defined(__STDC__)extern void wdbVioDrv (char * devName);#else /* __STDC__ */extern void wdbPktDevInit ();#endif /* __STDC__ */#ifdef __cplusplus}#endif#endif /* __INCwdbVioDrvh */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -