Zrythm
v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
mem.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: © 2021, 2024 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
9
10
#pragma once
11
12
#include <cstddef>
13
14
void
*
15
z_realloc (
void
* ptr,
size_t
size);
16
17
void
18
z_free_strv (
char
** strv);
src
utils
mem.h
Generated by
1.16.1