Closing a B Tree File

#include "btree.h"

int btcls(BTA* btact);

The btcls function will close the file associated with the btact context pointer.

A non-zero return code indicates an error occurred in closing the file.