Name Date Size #Lines LOC

..13-Mar-2025-

MakefileH A D13-Mar-202550 42

README.txtH A D13-Mar-2025362 65

TestForwardDeclaration.pyH A D13-Mar-20252.1 KiB6443

foo.cH A D13-Mar-202567 86

foo.hH A D13-Mar-202545 52

main.cH A D13-Mar-2025163 1813

README.txt

1This example has a function call in foo.c named "foo" that takes a forward
2declaration to "struct bar" and uses it as a pointer argument. In main.c
3we have a real declaration for "struct bar". We want to be able to find the
4real definition of "struct bar" when we are stopped in foo in foo.c such that
5when we stop in "foo" we see the contents of the "bar_ptr".
6