/usr/include/m-matrix.h is in libmdc2-dev 0.10.7-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* filename: m-matrix.h *
* *
* UTIL C-source: Medical Image Conversion Utility *
* *
* purpose : m-matrix.c header file *
* *
* project : (X)MedCon by Erik Nolf *
* *
* Notes : DEBIAN - code removed due to licensing issues *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* - debian dummy file v0.1 -
*/
#ifndef __M_MATRIX_H__
#define __M_MATRIX_H__
#endif
|