// This concatenates MIDI files. #include #include #include "h.h" #include typedef struct {BP bp; int last; note * mus;} sec; int main(int argc, char * args[]){ int j; sec s[argc-1]; // s[0] is unused. BP bp = {-1, 0, 1}; {struct stat xx; if(!stat(args[argc-1], &xx)) {printf("This program will not overwrite old files!\n"); exit(0);}} for(j=1; j