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
/
obj4.h
blob: 6195aa77e3b00ee00e08e122621ae7e7db642e4f (
plain
)
1
2
3
4
5
6
#ifndef OBJ4_H
#define OBJ4_H
int
obj4
(
void
);
#endif
/* OBJ4_H */