Changeset d4791e5 for examples/parse_args.h
- Timestamp:
- Jan 3, 2014, 12:47:22 AM (11 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:
- 2e01060
- Parents:
- 89e9e71 (diff), 4fe62ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/parse_args.h
r89e9e71 rd4791e5 48 48 extern void examples_common_process (aubio_process_func_t process_func, 49 49 aubio_print_func_t print); 50 int parse_args (int argc, char **argv); 50 51 51 52 // internal stuff … … 57 58 const char *prog_name; 58 59 59 void 60 usage (FILE * stream, int exit_code) 60 void usage (FILE * stream, int exit_code); 61 62 void usage (FILE * stream, int exit_code) 61 63 { 62 64 fprintf (stream, "usage: %s [ options ] \n", prog_name);
Note: See TracChangeset
for help on using the changeset viewer.