distiflib.c
来自「the vxworks system kernel souce packeg.t」· C语言 代码 · 共 19 行
C
19 行
/* distIfLib.c - global variable definitions for interface adapters (VxFusion)*//* Copyright 1999 Wind River Systems, Inc. *//*modification history--------------------01b,24may99,drm added vxfusion prefix to vxfusion related includes01a,01sep98,drm written.*//* includes */#include "vxfusion/distIfLib.h"/* globals */DIST_IF *pDistIf = NULL; /* pointer to adapter's DIST_IF structure */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?