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 our fftpack version with Numpy's version
[gromacs.git]
/
cmake
/
TestXDR.c
blob
2f506ebd0bdb594d592e97035c3e9b942d6835ca
1
#include<rpc/rpc.h>
2
#include<rpc/xdr.h>
3
4
int
5
main
()
6
{
7
XDR
*
xd
;
8
float
f
;
9
xdr_float
(
xd
,&
f
);
10
}