array.h File Reference

Dynamic arrays header. More...

Go to the source code of this file.

Data Structures

struct  array

Defines

#define array_start(a)   array_get((a), 0, 0)
#define array_bytes(a)   array_length((a), 1)
#define array_trunc(a)   array_truncate((a), 0, 0)

Typedefs

typedef array array


Detailed Description

Dynamic arrays header.

Definition in file array.h.


Define Documentation

#define array_start (  )     array_get((a), 0, 0)

Definition at line 36 of file array.h.

Referenced by main().

#define array_bytes (  )     array_length((a), 1)

Definition at line 37 of file array.h.

#define array_trunc (  )     array_truncate((a), 0, 0)

Definition at line 38 of file array.h.


Typedef Documentation

typedef struct array array

Definition at line 40 of file array.h.


Generated on Thu Jul 19 13:36:09 2007 for libv by  doxygen 1.5.1-p1. Thank you, SourceForge.net Logo