int recordLength(cdbfapiPlus* handle);

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


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