void position_record(PriceFile* price_file, unsigned record_number) { FILE *dos_file_stream; dos_file_stream = price_file->dos_file_stream; fseek(dos_file_stream,sizeof(ItemRecord)*(long)record_number,SEEK_SET); }