📄 fsvoldata.hit
字号:
#ifndef FSVOLDATA_HIT#define FSVOLDATA_HIT /*--------------------------------------*//* *//* Volume data structures *//* *//*--------------------------------------*//* Base structure of volume data management *//*------------------------------------------*/typedef struct st_VolDataBaseStruct { t_fsVolStruct ** p_VolTabIndexedByVolID; /* Address of table pointing on vol struct indexed by volume ID */ t_fsVolStruct ** p_VolTabIndexedByAlpha;/* Address of table pointing on vol struct indexed by alphabetical order */ u16 v_NbrMaxVol; /* Number max of volumes managed */ u16 v_NbrVolMounted; /* Number of volumes mounted */ u16 v_BeginningIndex; /* Beginning index for dychotomeous search */ MC_PCC_FILL_STRUCT2 } t_VolDataBaseStruct;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -