repo.or.cz
/
wireshark-wip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sec_vt_header: dissect cont_id + opnum
[wireshark-wip.git]
/
cmake
/
TestWindowsFSeek.c
blob
aa91f4a6022c05e5b89c21b6e88eab6aad75bd48
1
/*
2
* $Id$
3
*
4
* This code was copied from http://www.gromacs.org/
5
* and its toplevel COPYING file starts with:
6
*
7
* GROMACS is free software, distributed under the GNU General Public License
8
* (GPL) Version 2.
9
*/
10
11
#include <stdio.h>
12
13
int
main
()
14
{
15
__int64 off
=
0
;
16
17
_fseeki64
(
NULL
,
off
,
SEEK_SET
);
18
19
return
0
;
20
}