char* driverName(cdbfapiPlus* handle);

Function driverName() returns a name (if any) of a database driver for dBase Level 7 format.
This string is stored in a header of the dbf file.


{
    // your code
    printf( "%s\n", driverName(dbf) );
    // your code
}