Skip to content

Commit ff7c946

Browse files
Code: added code for 3-function_like_macro.h
1 parent 8f9c925 commit ff7c946

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#ifndef FUNCTION
2+
#define FUNCTION
3+
#define ABS(x) ((x) < (0) ? -(x) : (x))
4+
#endif

0 commit comments

Comments
 (0)