About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
3
int
4
baz
(
int
x
)
5
{
6
puts
(
s:
"in baz"
);
7
return
x
*
4
;
8
}
9