#5 允许配置ID重用;提供工具函数Maat_helper_read_column,用于处理行列。

This commit is contained in:
zhengchao
2018-12-21 20:16:22 +06:00
parent a53cbca268
commit bb7710eb37
5 changed files with 218 additions and 119 deletions

View File

@@ -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);
}