repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
SimpleInstallS2
/
foo.h
blob
2708baffe9c7c485b58ca360d514542bc82c8c79
1
#ifdef __cplusplus
2
extern
"C"
{
3
#endif
4
5
extern
char
*
foo
;
6
extern
int
SomeFunctionInFoo
();
7
8
#ifdef __cplusplus
9
}
10
#endif
11