📄 wdbfuncbind.c
字号:
/* wdbFuncBind.c - indirect module calls for the wdb agent *//* Copyright 1984-1994 Wind River Systems, Inc. *//*modification history--------------------01b,07jun95,ms added __wdbEvtptDeleteAll01a,12jan95,ms written.*//*DESCPRIPTIONThis library is used to decouple some wdb modules.*/#include "vxWorks.h"#include "rpc/rpc.h"BOOL (*__wdbEventListIsEmpty) (void);void (*__wdbEvtptDeleteAll) (void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -