Changes in tests/src/test-fmat.c [986131d:332487b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-fmat.c
r986131d r332487b 7 7 int main (void) 8 8 { 9 aubio_init();10 11 9 uint_t height = 3, length = 9, i, j; 12 10 // create fmat_t object … … 28 26 // destroy it 29 27 del_fmat(mat); 30 31 aubio_cleanup();32 33 28 return 0; 34 29 }
Note: See TracChangeset
for help on using the changeset viewer.