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

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of lldb/test/API/lang/c/forward/foo.c