> As you can imagine, the 72 characters per line restriction is a
> problem.
> Has anybody else found a way to automate the conversion that they can
> share? As mentioned in another thread, I do have THE and REXX on my
> Linux which could be used.

If you have Emacs installed on your Linux, look at the chapter in the Emacs 
manual (M-x info) on C mode. You can specify the desired line length, and then:

M-x set-mark
M->
M-x reformat-region

And you should end up with 72 column-friendly C code. You can tinker with the 
coding style as variables for C-mode. 

Reply via email to