私が書いている gcc チートシートについて、gcc がさまざまなファイル末尾をどのように解釈するかを説明する表を作成したいと考えています。これまでに作成したテーブルは次のように定義されています。
|======================================================================
|.c |C source code which must be preprocessed.
|.i |C source code which should not be preprocessed.
|.h |C header file to be turned into a precompiled header.
|.s |Assembler code.
|other |
An object file to be fed straight into linking. Any file name with no
recognized suffix is treated this way.
|======================================================================
私が抱えている問題は、テーブルがページ全体の幅にまたがっていることですが、私が望むのは、各列のみが最も広いエントリと同じ幅であり、テーブルが必要な幅だけ広がることです。