diststatlibp.h

来自「the vxworks system kernel souce packeg.t」· C头文件 代码 · 共 35 行

H
35
字号
/* distStatLibP.h - statistics library private header (VxFusion) *//* Copyright 1999 Wind River Systems, Inc. *//*modification history--------------------01a,11sep98,drm   written.*/#ifndef __INCdistStatLibPh#define __INCdistStatLibPh#ifdef __cplusplusextern "C" {#endif/* function declarations */#if defined(__STDC__) || defined(__cplusplus)void distStatInit (void);#else   /* __STDC__ */void distStatInit ();#endif  /* __STDC__ */#ifdef __cplusplus}#endif#endif __INCdistStatLibPh

⌨️ 快捷键说明

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