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