int headerSize(cdbfapiPlus* handle);
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", headerSize(dbf) );
// your code
}