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
/
ExportImport
/
Export
/
testLib6c.c
blob: 493ca070eef2f31ecce007a3c6981c3ba28da90d (
plain
)
1
2
3
4
5
extern
int
testLib6cxx
(
void
);
int
testLib6
(
void
)
{
return
testLib6cxx
();
}