/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * iprscm.inc -> iprscm.h */ #ifndef __IPRSCM__ #define __IPRSCM__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Iprscm ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Include file: Input PaRSing CoMmon * // * // Created on 28 April 1996 by Alberto Fasso` * // SLAC -Stanford * // * // Variables were explicitly coded in the relevant roputines before * // * //----------------------------------------------------------------------* // const int NSEPAR = 5; extern struct { char separ[NSEPAR]; } iprscm_; #ifdef __cplusplus } #endif #endif