> Should it rather become: >> ////////// >> // ps_get_line(): collect an input record from a PostScript file. >> // ... >> // >> static >> int ps_get_line(char *buf, ... > > or: >> //********** >> // ps_get_line(): collect an input record from a PostScript file. >> // ... >> // >> static >> int ps_get_line(char *buf, ...
Honestly, I would like it to be // ps_get_line(): collect an input record from a PostScript file. // ... // static int ps_get_line(char *buf, ... Werner