// This is a main that merely duplicates. #include "h.h" BP bp; note * mus = 0; int main(){note* music = Read("", &bp); void fed(note n){aug(n, &mus);} scan(fed, music, 1); Write("", mus, &bp); return 0;}