RosettaCodeData/Task/Function-definition/C/function-definition-2.c
2023-07-01 11:58:00 -04:00

1 line
35 B
C

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