repo.or.cz
/
gromacs
/
qmmm-gamess-us.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
minor fixes in ditribution files
[gromacs/qmmm-gamess-us.git]
/
cmake
/
TestPipes.c
blob
004fa8b29873e6b8e38ac916c31a9a34a6a8f112
1
#include <stdio.h>
2
3
int
4
main
()
5
{
6
FILE
*
fp
;
7
8
fp
=
popen
(
"/tmp/xyz"
,
"r"
);
9
return
0
;
10
}