#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
int | arVecFree (ARVec *v) |
delete a vector. |
delete a vector.
Delete a vector structure (deallocate used memory).
v | the vector to delete |
Definition at line 22 of file lib/SRC/AR/vFree.c.