16 p->
data =
new double[size];
void FreeSablibData(SABLIB_DATA_PTR data)
Frees a SABLIB_DATA structure and its data body.
const SABLIB_DATA_PTR AllocSablibData(const size_t size)
Allocates a SABLIB_DATA structure.
const SABLIB_BASELINE_DATA_PTR AllocSablibBaselineData(const size_t size)
Allocates a SABLIB_BASELINE_DATA structure.
void FreeSablibBaselineData(SABLIB_BASELINE_DATA_PTR data)
Frees a SABLIB_BASELINE_DATA structure and its members.
Definition of data structures for the C interface of sablib, creation and release of data.
struct _stSablibData SABLIB_DATA
Definition of sablib data structure.
struct _stSablibBaselineData SABLIB_BASELINE_DATA
Definition of the data structure for the return value of sablib baseline functions.