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
/
ModuleDefinition
/
example_dll_2.c
blob: 6f33867b405ac80fe19deddfb45762781645c9c1 (
plain
)
1
2
3
4
int
example_dll_2_function
(
void
)
{
return
0
;
}