/usr/include/hplot/hpl13.inc is in libgraflib1-dev 20061220+dfsg3-2.
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 | *
* $Id: hpl13.inc,v 1.1.1.1 1996/01/19 10:50:15 mclareni Exp $
*
* $Log: hpl13.inc,v $
* Revision 1.1.1.1 1996/01/19 10:50:15 mclareni
* Hplot
*
*
#ifndef CERNLIB_HPLOT_HPL13_INC
#define CERNLIB_HPLOT_HPL13_INC
*
*
* hpl13.inc
*
*CMZ : 09/11/95 17.18.57 by O.Couet
*-- Author :
PARAMETER (NOPT=6)
COMMON/HPL13/IOPT(NOPT),IHOPT(6),IDZB,IDZK,LIPTOL,LOSCAL
+, IOPTF,IOPT0,IOPTH
LOGICAL LOSCAL
EQUIVALENCE (IOPTS ,IOPT(1)),(IOPTU ,IOPT(2))
EQUIVALENCE (IOPTK ,IOPT(3)),(IOPTP ,IOPT(4))
EQUIVALENCE (IOPTE ,IOPT(5)),(IOPTA ,IOPT(6))
EQUIVALENCE (IHOPTL ,IHOPT(1)),(IHOPTC ,IHOPT(2))
EQUIVALENCE (IHOPTT ,IHOPT(3)),(IHOPTP ,IHOPT(4))
EQUIVALENCE (IHOPTB ,IHOPT(5)),(IHOPTH,IHOPT(6))
#endif
|