mirror of
https://github.com/uclouvain/openjpeg.git
synced 2026-01-25 16:02:43 +00:00
12 lines
107 B
C
12 lines
107 B
C
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
__int64 off=0;
|
|
|
|
_fseeki64(NULL, off, SEEK_SET);
|
|
|
|
return 0;
|
|
}
|