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
Work around false xlc-13.1.5 bug in SIMD test
[gromacs.git]
/
cmake
/
TestWindowsFSeek.c
blob
ad9f0be15482c13a7cf7ef99860e732c40182d00
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
}