#include #include int main () { del_fvec(NULL); del_lvec(NULL); del_cvec(NULL); return 0; }