shithub: aubio

ref: bea5389eb36c37d99fd6cdaf1a4a80c5a03ca4d5
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;
}