src/splt_array.c File Reference

All functions needed to handle the array of split points. More...

#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "splt_array.h"
Include dependency graph for splt_array.c:

Go to the source code of this file.

Functions

long splt_array_append (splt_array *array, void *element)
void splt_array_clear (splt_array *array)
void splt_array_free (splt_array **array)
void * splt_array_get (splt_array *array, long index)
void ** splt_array_get_elements (splt_array *array)
long splt_array_get_number_of_elements (splt_array *array)
long splt_array_length (splt_array *array)
splt_arraysplt_array_new ()

Detailed Description

All functions needed to handle the array of split points.

Growing and shrinking this array is done with realloc().

Definition in file splt_array.c.


Generated on 3 Aug 2012 for libmp3splt by  doxygen 1.6.1