This file is indexed.

/usr/include/GTG.h is in libgtg-dev 0.2-2+dfsg-2.

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
25
26
27
28
29
30
31
32
33
34
35
/**
 * \file GTG.h
 * \brief Generic header to include
 * \authors
 *    Developpers 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
 *
 *
 * \mainpage The GTG library
 *
 *   (\\/)  \n
 *  (*-*)  \n
 *  (")(") \n
 *
 * \section Presentation
 * The GTG library provides a low level library to generate traces in various formats (Paje, OTF). \n
 * The use of the library is simple, you just need to include the GTG.h header
 * and then you can use the library as you wish. \n
 * Some simple examples are available in the test directory. \n
 *
 */
#ifndef _GTG_H_
#define _GTG_H_

#include <stdint.h>
#include "GTGTypes.h"
#include "GTGColor.h"
#include "GTGBasic.h"

#endif /* _GTG_H_ */