We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f2884 commit 7b31f85Copy full SHA for 7b31f85
0x0D-preprocessor/3-function_like_macro.h
@@ -0,0 +1,6 @@
1
+#ifndef _FUNCTION_LIKE_MACRO_
2
+#define _FUNCTION_LIKE_MACRO_
3
+
4
+#define ABS(x) ((x) < (0) ? ((x) * (-1)) : (x))
5
6
+#endif
0 commit comments