index
:
tdesvn
master
r14.0.x
r14.1.x
v3.5.13-sru
TDE SVN – subversion client with tight TDE integration
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmakemodules
/
TestSetenv.cxx
blob: 16f4d0f4344b520ba09d984aa1633ea3978caa02 (
plain
)
1
2
3
4
5
6
7
#include <stdlib.h> int main(int,char**) { ::setenv("testvalue","1",0); return 0; }