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
27
int
28
sort_alphabetical_func
(
const
void
* a,
const
void
* b);
29
33
#endif
sort_alphabetical_func
int sort_alphabetical_func(const void *a, const void *b)
Alphabetical sort func.
utils
sort.h
Generated by
1.11.0