Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
Vector Struct Reference

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
 

Detailed Description

for IO operations

for malloc() and free() for testing using assert() This is the struct that defines the vector.


The documentation for this struct was generated from the following file: