This file is indexed.

/usr/include/GTGOTF.h is in libgtg-dev 0.2-2+dfsg-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
15
16
17
18
19
20
21
22
23
24
/**
 *  \file GTGOTF.h
 *  \version 0.1
 *  \brief
 *  OTF is the global file for gtg interface using OTF.
 *
 *  \authors
 *    Developers are : \n
 *        Francois Rue      - francois.rue@labri.fr \n
 *        Francois Trahay   - francois.trahay@labri.fr \n
 *        Johnny   Jazeix   - jazeix@enseirb-matmeca.fr \n
 *        Kevin    Coulomb  - kevin.coulomb@gmail.com \n
 *        Mathieu  Faverge  - faverge@labri.fr \n
 *        Olivier  Lagrasse - lagrasse@enseirb-matmeca.fr \n
 *
 */
#ifndef _GTG_OTF_H_
#define _GTG_OTF_H_

#include <stdint.h>
#include "GTGOTF_Structs.h"
#include "GTGOTF_Basic.h"

#endif /* _GTG_OTF_H_ */