Hi, i am trying to get the last structure in a binary file and am using
fseek(t,sizeof(struct man),SEEK_END) but its not working. I have tried substituting SEEK_END - sizeof(struct man) .
...