Continued implementation of PBQP solver: Fixed errors and warnings.
[libfirm] / matrix.h
1 #ifndef KAPS_MATRIX_H
2 #define KAPS_MATRIX_H
3
4 #include "matrix_t.h"
5
6 matrix *matrix_copy(pbqp *pbqp, matrix *m);
7
8 #endif /* KAPS_MATRIX_H */