#include "Vlib.h" VPoint * VCreatePoints(int numPts) { return (VPoint *) Vmalloc(sizeof(VPoint) * numPts); }