- Timestamp:
- Apr 23, 2016, 8:49:50 PM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- d746ef8
- Parents:
- 7d7bf8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.h
r7d7bf8f rdff2ded 19 19 */ 20 20 21 #include <stdio.h>22 #include <stdlib.h>23 #include <stdarg.h>24 #include <getopt.h>25 #include <unistd.h>26 #include <math.h> /* for isfinite */27 #include <string.h> /* for strcmp */28 21 #include <aubio.h> 22 29 23 #include "config.h" 24 25 #ifdef HAVE_STDIO_H 26 #include <stdio.h> // for fprintf 27 #endif 28 #ifdef HAVE_STDLIB_H 29 #include <stdlib.h> // for exit 30 #endif 31 #ifdef HAVE_UNISTD_H 32 #include <unistd.h> // for access 33 #endif 34 #ifdef HAVE_MATH_H 35 #include <math.h> // for isfinite 36 #endif 37 #ifdef HAVE_STRING_H 38 #include <string.h> // for strcmp 39 #endif 30 40 31 41 #ifdef HAVE_C99_VARARGS_MACROS
Note: See TracChangeset
for help on using the changeset viewer.