Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/isajet/quest.inc is written in an unsupported language. File is not indexed.

0001 #ifndef CERNLIB_ISAJET_QUEST_INC
0002 #define CERNLIB_ISAJET_QUEST_INC
0003 *
0004 *
0005 * quest.inc
0006 *
0007 C
0008 C          Zebra common, returns status information
0009       COMMON /QUEST/ IQUEST(100)
0010       SAVE /QUEST/
0011       INTEGER   IQUEST
0012 
0013 #endif