#5 允许配置ID重用;提供工具函数Maat_helper_read_column,用于处理行列。
This commit is contained in:
@@ -2281,4 +2281,8 @@ int Maat_read_state(Maat_feather_t feather,enum MAAT_STATE_OPT type, void* valu
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
int Maat_helper_read_column(const char* line, int column_seq, size_t *column_offset, size_t *column_len)
|
||||
{
|
||||
return get_column_pos(line, column_seq, column_offset, column_len);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user