Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
sort.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: © 2021-2022 Alexandros Theodotou <alex@zrythm.org>
3 *
4 * SPDX-License-Identifier: LicenseRef-ZrythmLicense
5 */
6
13#ifndef __UTILS_SORT_H__
14#define __UTILS_SORT_H__
15
27PURE int
28sort_alphabetical_func (const void * a, const void * b);
29
33#endif
PURE int sort_alphabetical_func(const void *a, const void *b)
Alphabetical sort func.