|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
To convert macro to string. More...
Macros | |
| #define | _c_macro_str_helper(x) #x |
| #define | c_macro_str(x) _c_macro_str_helper(x) |
To convert macro to string.
| #define _c_macro_str_helper | ( | x | ) | #x |
Definition at line 112 of file CAENUtility.h.
| #define c_macro_str | ( | x | ) | _c_macro_str_helper(x) |
Definition at line 113 of file CAENUtility.h.