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
/
obj2.h
blob: 90bcd344403a7bd3fff5a40695dc306ac01bd289 (
plain
)
1
2
3
4
5
6
#ifndef OBJ2_H
#define OBJ2_H
int
obj2
(
void
);
#endif
/* OBJ2_H */