#ifndef RB_READER_H #define RB_READER_H #include "sparse_matrix.h" SparseMatrix* read_sparse_matrix_from_rb(const char *filename); #endif