Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:03:52

0001 #ifndef FWCore_Utilities_interface_stringize_h
0002 #define FWCore_Utilities_interface_stringize_h
0003 
0004 // convert the macro argument to a null-terminated quoted string
0005 #define EDM_STRINGIZE_(token) #token
0006 #define EDM_STRINGIZE(token) EDM_STRINGIZE_(token)
0007 
0008 #endif  // FWCore_Utilities_interface_stringize_h