About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
"foo.h"
2
3
int
call_foo2
() {
return
foo2
(); }
4
// BR_Between
5
int
6
main
()
// !BR_main
7
{
8
return
call_foo1() + call_foo2();
9
}
10
Definitions
call_foo2
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more