Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:05:33

0001 /*
0002  *  qp_symtab_init.h  --
0003  *  Declare the symbol table initialization routine
0004  *
0005  *  Original: 24-Jan-1995 16:37
0006  *
0007  *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
0008  *
0009  *  $Id$
0010  *
0011  *  $Log$
0012  *  Revision 1.2  1996/04/23 18:39:03  maartenb
0013  *  - Add RCS keywords
0014  *
0015  *
0016  */
0017 
0018 #ifndef CERN_QP_SYMTAB_INIT
0019 #define CERN_QP_SYMTAB_INIT
0020 
0021 void
0022 qp_symtab_init( int * errp );
0023 
0024 
0025 #endif  /*  CERN_QP_SYMTAB_INIT */