About
Contact
QtCreator
KDevelop
Solarized
1
#include
"foo.h"
2
3
int
4
foo
(
struct
bar
*
bar_ptr
)
5
{
6
return
1
;
7
}
8