📄 diststatlibp.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -