Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-09 08:12:19

0001 #ifndef CONSTANT_H
0002 #define CONSTANT_H
0003 
0004 
0005 namespace constant{
0006     extern int ccc;
0007 }
0008 
0009 #endif