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
/
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
);