#include "header.h" void DestroyVect(Vector Vect) { free(Vect.fp); //frees the memory space for Vect }