cmlib/tests/LargeFilesWindows.c
2019-02-12 19:31:17 +03:00

9 lines
97 B
C

#include <stdio.h>
int main()
{
__int64 off = 0;
_fseeki64(NULL, off, SEEK_SET);
return 0;
}