1struct foo;
2
3struct sub_foo
4{
5 int sub_1;
6 char *sub_2;
7};
8
9LLDB_TEST_API struct foo *GetMeAFoo();
10LLDB_TEST_API struct sub_foo *GetMeASubFoo(struct foo *in_foo);
11

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of lldb/test/API/lang/c/shared_lib/foo.h