int recCount(cdbfapiPlus* handle);

Function recCount() returns a number of records in a dbf file.
If you set a filter then it returns a number of filtered records.


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