This file is indexed.

/usr/include/paw/ntuple/c_hcbits.h is in libpawlib2-dev 1:2.14.04.dfsg.2-7ubuntu1.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*
 *  hcbits.h  --
 *	Map the /HCBITS/ common
 *
 *  Original:  3-Apr-1995 11:15
 *
 *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
 *
 *  $Id: c_hcbits.h,v 1.3 1999/06/28 15:08:21 couet Exp $
 *
 *  $Log: c_hcbits.h,v $
 *  Revision 1.3  1999/06/28 15:08:21  couet
 *  - use now cfortran.h in $CVSCOSRC
 *
 *  Revision 1.2  1996/04/23 18:37:41  maartenb
 *  - Add RCS keywords
 *
 *
 */

#ifndef CERN_HCBITS
#define CERN_HCBITS

#include        <cfortran.h>


typedef struct {
	int	i1;
	int	i2;
	int	i3;
	int	i4;
	int	i5;
	int	i6;
	int	i7;
	int	i8;
	int	i9;
	int	i10;
	int	i11;
	int	i12;
	int	i13;
	int	i14;
	int	i15;
	int	i16;
	int	i17;
	int	i18;
	int	i19;
	int	i20;
	int	i21;
	int	i22;
	int	i23;
	int	i24;
	int	i25;
	int	i26;
	int	i27;
	int	i28;
	int	i29;
	int	i30;
	int	i31;
	int	i32;
	int	i33;
	int	i34;
	int	i35;
	int	i123;
	int	i230;
} hcbits_def;

#define HCBITS COMMON_BLOCK(HCBITS,hcbits)
COMMON_BLOCK_DEF(hcbits_def,HCBITS);

#endif	/*	CERN_HCBITS	*/