NAME
cb - C program beautifier
SYNOPSIS
ccbb [[--ss]] [[--jj]] [[--ll leng]] [[--VV]] [[file ...]]
DESCRIPTION
The ccbb comand reads syntactically correct C programs either
from its arguments or from the standard input, and writes
them on the standard output with spacing and indentation
that display the structure of the C code. By default, ccbb
preserves all user new-lines.
ccbb accepts the following options.
--ss Write the code in the style of Kernighan and
Ritchie found in The C Programming Language.
--jj Put split lines back together.
--ll leng Split lines that are longer than leng.
--VV Print on standard error output the version of ccbb
invoked.
SEE ALSO
cc(1)
Kernighan, B. W., and Ritchie, D. M., The C Programming
Language, Second Edition, Prentice-Hall, 1988.
NOTES
ccbb treats aassmm as a keyword.
The format of structure initializations is unchanged by ccbb.
Punctuation that is hidden in preprocessing directives
causes indentation errors.
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |