/usr/include/hplot/hplstr.inc is in libgraflib1-dev 20061220+dfsg3-4.3ubuntu1.
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 | *
* $Id: hplstr.inc,v 1.1.1.1 1996/01/19 10:50:14 mclareni Exp $
*
* $Log: hplstr.inc,v $
* Revision 1.1.1.1 1996/01/19 10:50:14 mclareni
* Hplot
*
*
#ifndef CERNLIB_HPLOT_HPLSTR_INC
#define CERNLIB_HPLOT_HPLSTR_INC
*
*
* hplstr.inc
*
*CMZ : 5.18/14 30/06/94 12.05.53 by O.Couet
*-- Author : O.Couet 30/06/94
PARAMETER (ISTRSZ = 324)
COMMON /HPLSTR/ CHTEMP
CHARACTER*(ISTRSZ) CHTEMP
#endif
|