> Certainly the least invasive. But I think you should drop the > semicolon after the label.
Nope, the semicolon is required by the C standard those days (labels must be followed by statements).
> Certainly the least invasive. But I think you should drop the > semicolon after the label.
Nope, the semicolon is required by the C standard those days (labels must be followed by statements).