cmlib/tests/LargeFilesWindows.c

9 lines
97 B
C
Raw Normal View History

2019-02-12 16:31:17 +00:00
#include <stdio.h>
int main()
{
__int64 off = 0;
_fseeki64(NULL, off, SEEK_SET);
return 0;
}