shithub: aubio

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