Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
common
/
120 extract all shared library
/
extractor.h
blob: cfb7ff6d62d42ce80c3a34454099d71567dc413f (
plain
)
1
2
3
4
5
6
#pragma once
int
func1
(
void
);
int
func2
(
void
);
int
func3
(
void
);
int
func4
(
void
);