OpenDTU-old/include/helper.h
2022-04-17 21:40:47 +02:00

4 lines
67 B
C

#pragma once
#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)