#ifndef DEMI_SGA_H_IS_INCLUDED
#define DEMI_SGA_H_IS_INCLUDED
#include <demi/types.h>
#include <demi/cc.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C"
{
#endif
ATTR_NODISCARD
extern demi_sgarray_t demi_sgaalloc(_In_ size_t size);
extern int demi_sgafree(_In_ demi_sgarray_t *sga);
#ifdef __cplusplus
}
#endif
#endif