DEBSOURCES
Skip Quicknav
sources / swi-prolog / 8.2.4%2Bdfsg-1 / cmake / TestWindowsFSeek.c
1234567891011
#include <stdio.h> int main() { __int64 off=0; _fseeki64(NULL, off, SEEK_SET); return 0; }