RosettaCodeData/Task/Function-definition/C/function-definition-2.c
2023-07-01 13:44:08 -04:00

1 line
35 B
C

#define MULTIPLY(X, Y) ((X) * (Y))