Flint2-0.1.0.1: csrc/bool_mat.h
#ifndef CSRC_BOOL_MAT_H_ #define CSRC_BOOL_MAT_H_ #include <stdio.h> #include <flint/flint.h> #include <flint/bool_mat.h> char* bool_mat_get_str(const bool_mat_t mat); #endif // CSRC_BOOL_MAT_H_
#ifndef CSRC_BOOL_MAT_H_ #define CSRC_BOOL_MAT_H_ #include <stdio.h> #include <flint/flint.h> #include <flint/bool_mat.h> char* bool_mat_get_str(const bool_mat_t mat); #endif // CSRC_BOOL_MAT_H_