構文struct line_str
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
line_str | ||
| l_line | CHAR * | characters on the line | |
| l_prev | LINE * | previous line | |
| l_next | LINE * | next line | |
| l_lsize | int | allocated sizeof l_line | |
| l_line_len | int | strlen(l_line) | |
| l_needs_sort | int | set if chars went in out of order | |
| l_max_col | int | max column in the line |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー