This file is indexed.

/usr/share/doc/lcov/examples/gauss.h is in lcov 1.12-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
#ifndef GAUSS_H
#define GAUSS_H GAUSS_h

extern int gauss_get_sum (int min, int max);

#endif /* GAUSS_H */