This file is indexed.

/usr/include/minc2.h is in libminc-dev 2.3.00-2build1.

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
/** \file minc2.h 
 * \brief MINC 2.0 public constants, types, and definitions.
 */

#ifndef MINC2_H
#define MINC2_H

#include <hdf5.h>
#include "minc2_defs.h"
#include "minc2_structs.h"
#include "minc2_error.h"
#include "minc2_api.h"

#endif /* MINC2_H */