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