We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9c925 commit ff7c946Copy full SHA for ff7c946
0x0D-preprocessor/3-function_like_macro.h
@@ -0,0 +1,4 @@
1
+#ifndef FUNCTION
2
+#define FUNCTION
3
+#define ABS(x) ((x) < (0) ? -(x) : (x))
4
+#endif
0 commit comments