shithub: aubio

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