index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
32 pkgconfig use libraries
/
lib
/
libb.c
blob: 3160e5f52ac288d1025d331fe91676ad9fdcfbc7 (
plain
)
1
2
3
4
5
void
liba_func
();
void
libb_func
()
{
liba_func
();
}