/usr/include/sigma/sicsig.inc is in libpawlib2-dev 1:2.14.04.dfsg.2-9.
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: sicsig.inc,v 1.1.1.1 1995/12/12 14:36:22 mclareni Exp $
*
* $Log: sicsig.inc,v $
* Revision 1.1.1.1 1995/12/12 14:36:22 mclareni
* Imported sources
*
*
#ifndef CERNLIB_SIGMA_SICSIG_INC
#define CERNLIB_SIGMA_SICSIG_INC
*
*
* sicsig.inc
*
*CMZ : 1.09/01 29/07/93 11.08.16 by Carlo E. Vandoni
*-- Author : CEV
C--- CHARACTER TYPE VARIABLES
CHARACTER CNAME*8,CSTACK(128)*8,KOLTEX(14)*500
COMMON/CHSIG/CNAME,CSTACK,KOLTEX
#endif
|