We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b31f85 commit a207dfaCopy full SHA for a207dfa
0x0D-preprocessor/4-sum.h
@@ -0,0 +1,6 @@
1
+#ifndef _SUM_LIKE_MACRO_
2
+#define _SUM_LIKE_MACRO_
3
+
4
+#define SUM(x, y) ((x) + (y))
5
6
+#endif
0 commit comments