cb
[
options
] [
files
]
C program "beautifier" that formats
files
using proper C programming
structure.
-
-j
-
Join split lines.
-
-l
length
-
Split lines longer than
length
.
-
-s
-
Standardize code to style of Kernighan and Ritchie in
The C
Programming Language
.
-
-V
-
Print the version of
cb
on standard error.
cb -l 70 calc.c > calc_new.c