line size on C sources files
Bill C Riemers
bcr@marsian.lz.att.com
Tue Mar 28 21:16:00 GMT 2000
Of course, just because the language allows very long lines, does not mean
you should use them. If for no other reasons than they make it very difficult
to read your code. Even if you have automatic line wrapping in the editor
you view the code with, if you want to debug the code, the line numbers you
can specify in gdb or any other debugger won't reflect wrapping that is not
in the source code itself.
Bill
More information about the Gcc-help
mailing list