xref
: /
dports
/
emulators
/
qemu5
/
qemu-5.2.0
/
meson
/
test cases
/
common
/
230 persubproject options
/
subprojects
/
sub1
/
foo.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
foo
(
void
);
2
foo(void)
3
int
foo
(
void
) {
4
return
0;
5
}
6