2014-01-15 10:53:42 +01:00

2 lines
50 B
C

static inline int triple(int x) { return x * 3; }