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
/
ObjectLibrary
/
LinkObjects
/
e_lib.c
blob: 9bb3a44355c6a2093af0a638e58fa484560b1b1a (
plain
)
1
2
3
4
5
extern
int
e_obj
(
void
);
int
e_lib
(
void
)
{
return
e_obj
();
}