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
/
SimpleInstall
/
TestSubDir
/
TSD_utils.cxx
blob
0277f05aeca7727b19ffe45cd101380f20b3a96d
1
#include <string.h>
2
3
int
TSD
(
const char
*
foo
)
4
{
5
if
(
strcmp
(
foo
,
"TEST"
) ==
0
)
6
{
7
return
0
;
8
}
9
return
1
;
10
}