main.cpp
Go to the documentation of this file.
1 #include <bar/hello.h>
2 #include <baz/world.h>
3 
4 int main(void) {
5  hello();
6  world();
7 
8  return 0;
9 }
int main(void)
Definition: main.cpp:4
void hello()
Definition: hello.cpp:13
void world()
Definition: world.h:9


catkin_simple
Author(s): William Woodall , Dirk Thomas
autogenerated on Mon Jun 10 2019 15:37:40