int recordLength();

Function recordLength() returns a length of a record in a dbf file.


{
    // your code
    printf( "RecordLength = %ld\n", dbf->recordLength() );
    // your code
}