Audacity 3.2.0
Typedefs | Enumerations | Functions
common.h File Reference
#include <stdbool.h>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

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)