/* Destroy a complex number */ void complex_destroy(vcomplex *c) { V_DEALLOC(c); }