Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:32:56

0001 
0002 #ifndef SCIMARK2_H
0003 #define SCIMARK2_H
0004 
0005 #define VERSION 2.0
0006 
0007 #ifndef NULL
0008 #define NULL 0
0009 #endif
0010 
0011 #ifndef TRUE
0012 #define TRUE 1
0013 #endif
0014 
0015 #ifndef FALSE
0016 #define FALSE 0
0017 #endif
0018 
0019 #endif