2 lines
50 B
C
2 lines
50 B
C
|
static inline int triple(int x) { return x * 3; }
|
|
static inline int triple(int x) { return x * 3; }
|