INNER CODE UNIT · C
c
1oom-fork/1oom · src/fmt_mus.c:325
c = *data_in++;
--len_in;
*p++ = c;
}
len_out += len_event + len_delta_time + add_extra_bytes;
}
if (skip_extra_bytes) {
data_in += skip_extra_bytes;
len_in -= skip_extra_bytes;
}
}
rc = len_out;
fail:
return rc;
}