📄 mom_vol.p
字号:
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _mom_vol_P
#define _mom_vol_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_common/src/mom_vol.c */
Vol * SallocVol _P_((void));
Void SFreeVol _P_(( Vol *vol
));
Void FreeVol _P_(( Vol *vol
));
Void AddVolToList _P_(( Vol *vol,
Vol *list
));
Void FreeVolList _P_(( Vol *list
));
Vol * GetVolById _P_(( Vol *list,
Int vol_id
));
Void CopyVolSyntax _P_(( Vol *in,
Vol *out
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _mom_vol_P */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -