index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
GhsMulti
/
GhsMultiDepOrder
/
lib
/
lib1.h
blob: 5e99f0287195341488854fc47dbc65551485b27b (
plain
)
1
2
3
extern
int
func1
(
void
);
extern
int
func2
(
void
);
extern
int
func3
(
void
);