include/parsec/aud.h#

Документация по структурам и типам#

typedef aud_t#

typedef struct __aud* aud_t;

Документация по функциям#

function aud_cmp#

int aud_cmp (
    aud_t a,
    aud_t b
)

function aud_copy#

int aud_copy (
    aud_t aud,
    aud_t src
)

function aud_copy_int#

aud_t aud_copy_int (
    const void *buf
)

function aud_dup#

aud_t aud_dup (
    aud_t
)

function aud_free#

void aud_free (
    aud_t aud
)

function aud_init#

aud_t aud_init (
    int type
)

function aud_valid#

int aud_valid (
    aud_t
)