Add initial support for python bindings
[alexxy/gromacs.git] / cmake / TestWindowsFSeek.c
1
2 #include <stdio.h>
3     
4 int main()
5 {
6   __int64 off=0;
7
8   _fseeki64(NULL, off, SEEK_SET);
9         
10   return 0;
11 }