This file is indexed.

/usr/include/gpsim/picdis.h is in gpsim-dev 0.29.0-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
/* picdis.h  - constants and includes	*/
/* version 0.1				*/
/* (c) I.King 1994			*/

#include <stdio.h>
#include <ctype.h>

/*
#define PIC12	0
#define PIC14	1


#define LOWERCASE	0
#define UPPERCASE	1
*/

#define MAXPICSIZE 0x10000
#define CONFIGURATION_WORD 0x2007

/* ... The End ... */