blob: 098e5f4c799af0bd231fc8bcfd71a23e06f840d2 [file] [log] [blame]
#include "stdio_impl.h"
int fsetpos(FILE* f, const fpos_t* pos) { return __fseeko(f, *(const off_t*)pos, SEEK_SET); }