2 lines
35 B
C
2 lines
35 B
C
|
|
#define MULTIPLY(X, Y) ((X) * (Y))
|
|
|
#define MULTIPLY(X, Y) ((X) * (Y))
|