This website requires JavaScript.
Explore
Help
Sign In
walkero
/
openjpeg
Watch
1
Star
0
Fork
You've already forked openjpeg
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
b9d271c1a8
openjpeg
/
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