ina260-zmq-publisher/src/utils.h

4 lines
67 B
C
Raw Normal View History

2023-07-14 20:08:36 +02:00
#define STR(symbol) #symbol
#define STRINGIFY(symbol) STR(symbol)