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