#include <stdio.h>
#ifndef SEEK_SET
#error "SEEK_SET is not defined"
#endif
int main(void) { return 0; }
