Changeset 318 for libmpc/trunk/mpccut/mpccut.c
- Timestamp:
- 05/10/07 15:58:05 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpccut/mpccut.c
r317 r318 34 34 #include <stdio.h> 35 35 #include <stdlib.h> 36 #include < unistd.h>36 #include <getopt.h> 37 37 38 38 #include <mpc/mpcdec.h> … … 75 75 mpc_uint32_t beg_silence, start_block, block_num, i; 76 76 int c; 77 extern char * optarg;78 extern int optind;79 77 FILE * in_file; 80 78
Note: See TracChangeset
for help on using the changeset viewer.