Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
for IO operations More...
Data Fields | |
int | len |
contains the length of the vector | |
int | current |
holds the current item | |
int * | contents |
the internal array itself | |
for IO operations
for malloc() and free() for testing using assert() This is the struct that defines the vector.