This file is indexed.

/usr/share/sdcc/include/pic16/sdcc-lib.h is in sdcc-libraries 2.9.0-5.

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
/*
 * sdcc-lib.h - SDCC Library Main Header
 *
 * This file is part of the GNU PIC Library.
 *
 * January, 2004
 * The GNU PIC Library is maintained by,
 * 	Vangelis Rokas <vrokas@otenet.gr>
 *
 * $Id: sdcc-lib.h 3512 2004-10-01 14:32:06Z vrokas $
 *
 */

/** Top level header file for the sdcc libraries that enables target
    specific features.
*/
#ifndef __PIC16_SDCC_LIB_H
#define __PIC16_SDCC_LIB_H	1

#include <../asm/pic16/features.h>

#endif