RosettaCodeData/Task/Function-definition/C/function-definition-2.c

2 lines
35 B
C

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