![]() |
Audacity 3.2.0
|
#include <stdbool.h>Go to the source code of this file.
Typedefs | |
| typedef int(* | ZixComparator) (const void *a, const void *b, void *user_data) |
| typedef bool(* | ZixEqualFunc) (const void *a, const void *b) |
| typedef void(* | ZixDestroyFunc) (void *ptr) |
Enumerations | |
| enum | ZixStatus { ZIX_STATUS_SUCCESS , ZIX_STATUS_ERROR , ZIX_STATUS_NO_MEM , ZIX_STATUS_NOT_FOUND , ZIX_STATUS_EXISTS , ZIX_STATUS_BAD_ARG , ZIX_STATUS_BAD_PERMS } |
Functions | |
| static const char * | zix_strerror (const ZixStatus status) |