Changes in / [614963a:6bfbcdc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-mathutils.c
r614963a r6bfbcdc 1 1 #include <stdio.h> 2 2 #include <assert.h> 3 #define AUBIO_UNSTABLE 1 3 4 #include <aubio.h> 4 5 5 6 int main(){ 6 int a, b;7 uint_t a, b; 7 8 8 9 a = 31; b = aubio_next_power_of_two(a);
Note: See TracChangeset
for help on using the changeset viewer.