repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Replace GMX_ALIGNED with alignas and SIMD alignment define
[gromacs.git]
/
cmake
/
TestPipes.c
blob
f6f55ab3821bfb0a5481a2cda137daafba8cffb3
1
#include <stdio.h>
2
3
int
4
main
()
5
{
6
FILE
*
fp
;
7
8
fp
=
popen
(
"/tmp/xyz"
,
"r"
);
9
return
(
fp
==
NULL
);
10
}