shithub: aubio

ref: dc7f2cc1aa7189d5e4ccab4803282a162ead6afc
dir: /tests/src/test-delnull.c/

View raw version
#include <stdlib.h>
#include <aubio.h>

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