This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
openjpeg2
mirror of
https://gitee.com/openkylin/openjpeg2.git
Watch
9
Star
0
Fork
You've already forked openjpeg2
0
Code
Issues
Projects
Releases
Wiki
Activity
63c964585c
openjpeg2
/
cmake
/
TestWindowsFSeek.c
12 lines
113 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
__int64
off
=
0
;
_fseeki64
(
NULL
,
off
,
SEEK_SET
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink