7#ifndef __SABLIB_C_DATA_H__
8#define __SABLIB_C_DATA_H__
34#include "sablib_export.h"
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.
SABLIB_EXPORT const SABLIB_BASELINE_DATA_PTR AllocSablibBaselineData(const size_t size)
Allocates a SABLIB_BASELINE_DATA structure.
SABLIB_EXPORT void FreeSablibData(SABLIB_DATA_PTR data)
Frees a SABLIB_DATA structure and its data body.
SABLIB_EXPORT void FreeSablibBaselineData(SABLIB_BASELINE_DATA_PTR data)
Frees a SABLIB_BASELINE_DATA structure and its members.
SABLIB_EXPORT const SABLIB_DATA_PTR AllocSablibData(const size_t size)
Allocates a SABLIB_DATA structure.
Definition of the data structure for the return value of sablib baseline functions.
Definition of sablib data structure.