This file is indexed.

/usr/include/libr/r.h is in libradare2-dev 0.9.6-3.1+deb8u1.

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
#ifndef _INCLUDE_R_
#define _INCLUDE_R_

#include "r_cons.h"
#include "r_hash.h"
#include "r_debug.h"
#include "r_io.h"
#include "r_lib.h"
#include "r_print.h"
#include "r_types.h"
#include "r_utils.h"
#include "r_bin.h"
#include "r_core.h"

#endif