This file is indexed.

/usr/include/rem/rem.h is in librem-dev 0.4.7-1.

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 rem.h  Wrapper for librem headers
 *
 * Copyright (C) 2010 Creytiv.com
 */

#ifndef REM_H__
#define REM_H__

#ifdef __cplusplus
extern "C" {
#endif


#include "rem_audio.h"
#include "rem_video.h"
#include "rem_dsp.h"


#ifdef __cplusplus
}
#endif

#endif