Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
[gromacs/rigid-bodies.git] / cmake / TestWindowsFSeek.c
blobad9f0be15482c13a7cf7ef99860e732c40182d00
2 #include <stdio.h>
4 int main()
6 __int64 off=0;
8 _fseeki64(NULL, off, SEEK_SET);
10 return 0;