This file is indexed.

/usr/include/restructure.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
/*
 * \file restructure.h
 * \brief Just declares the prototype of restructure_array().
 */
extern void restructure_array(size_t ndims,
                              unsigned char *array, 
                              const size_t *lengths_perm,
                              size_t el_size,
                              const int *map,
                              const int *dir);