int headerSize();
Function headerSize() returns a length of a header in a dbf file, i.e. offset to the first record.
{
// your code
printf( "Header Size = %ld\n", dbf->headerSize() );
// your code
}