This file is indexed.

/usr/include/pdf804/impdp.inc is in libpdflib804-2-dev 20061220+dfsg3-3.

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
*
* $Id: impdp.inc,v 1.1.1.2 1996/10/30 08:27:10 cernlib Exp $
*
* $Log: impdp.inc,v $
* Revision 1.1.1.2  1996/10/30 08:27:10  cernlib
* Version 7.04
*
* Revision 1.1.1.1  1996/04/12 15:28:48  plothow
* Version 7.01
*
*
*
* impdp.inc
*
#if defined(CERNLIB_DOUBLE)
      IMPLICIT DOUBLE PRECISION(A-H,O-Z)
#endif
#if defined(CERNLIB_SINGLE)
C     IMPLICIT DOUBLE PRECISION(A-H,O-Z)
#endif