useless tips

9.13 Null statement

The null statement has the form

;

A null statement is useful to carry a label just before "}" of a compound statement or to supply a null body to a looping statement such as "while".

D.M. Ritchie "C reference Manual"(pdf.file)

これは 訳しにくい文章ですね。
to carry a lebel just before "}" が 「飛ばす」 で、null body が 「空文」 なのかな ? null って 実際、どう訳すのか よく知らないし。
あと net 上で 「再帰」の 呼出しについて 丁寧に書いた文章が あったはずだが ... (みつかるかな ?)