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
/
RunCMake
/
install
/
obj5.h
blob: a16a1b0c484a3b5e8541ef285481d1228f775bb6 (
plain
)
1
2
3
4
5
6
#ifndef OBJ5_H
#define OBJ5_H
int
obj5
(
void
);
#endif
/* OBJ5_H */