#ifndef CSRC_BOOL_MAT_H_ #define CSRC_BOOL_MAT_H_ #include #include #include char* bool_mat_get_str(const bool_mat_t mat); #endif // CSRC_BOOL_MAT_H_