Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!aplcen!haven!adm!news From: danl@midget.towson.edu Newsgroups: comp.unix.questions Subject: K&R -> ANSI C formatter Message-ID: <22609@adm.BRL.MIL> Date: 2 Mar 90 05:12:21 GMT Sender: news@adm.BRL.MIL Lines: 34 I am in need a some sort of program/script to convert some 140 modules of C source from a K&R format to a more ANSI C format. The code now looks like this: funcType func (argc1, argc2...) type1 argc1; type2 argc2; ... { ... { And I need it to look like: funcType func ( type1 arg1, type2 arg2 ... ) { ... } Does anyone have any ideas? I'm not shy about accepting source! Please mail responses directly to me as I am not receiving the list at present. Thanx in advance, Dan Gosner Internet: danl@midget.towson.edu RoadNET Technologies, Inc., Bitnet: DGosner@TOWSONVX using a guest account, courtesy my old boss. %% VMS pays the bills, but it sure ain't Unix. %%