2 lines
49 B
C
2 lines
49 B
C
static inline int foo(int bar) { return bar+1; }
|
static inline int foo(int bar) { return bar+1; }
|