Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /*
0002  *  qp_name.h  --
0003  *  Definitions for all the name lookup resolving
0004  *
0005  *  Original: 10-Oct-1994 13:51
0006  *
0007  *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
0008  *
0009  *  $Id$
0010  *
0011  *  $Log$
0012  *  Revision 1.3  1996/04/23 18:38:47  maartenb
0013  *  - Add RCS keywords
0014  *
0015  *
0016  */
0017 
0018 #ifndef CERN_NAME
0019 #define CERN_NAME
0020 
0021 #include    "qp_tree.h"
0022 
0023 
0024 STIndex
0025 name_resolve( char * const name, int * r );
0026 
0027 #endif  /*  CERN_NAME   */