#include "table_class.hpp" #include "tex_table_class_tags.hpp" int parse_table(const char *table_source, table_c *table) { size_t table_source_len = strlen(table_source); for (size_t i = 0; i < table_source_len; i++) { char c = table_source[i]; } return 0; }