source: tests/src/test-delnull.c @ df9df98

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since df9df98 was 7e35b37, checked in by Paul Brossier <piem@piem.org>, 11 years ago

tests/src/: improve examples

  • Property mode set to 100644
File size: 122 bytes
Line 
1#include <stdlib.h>
2#include <aubio.h>
3
4int main ()
5{
6  del_fvec(NULL);
7  del_lvec(NULL);
8  del_cvec(NULL);
9  return 0;
10}
Note: See TracBrowser for help on using the repository browser.