Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpvcfs1!stevem From: stevem@hpvcfs1.HP.COM (Steve Miller) Newsgroups: comp.lang.c Subject: Re: Looking to C conversion utility Message-ID: <700002@hpvcfs1.HP.COM> Date: 27 Jul 89 16:28:14 GMT References: <700001@hpvcfs1.HP.COM> Organization: Hewlett Packard, Vancouver, WA Lines: 19 My base note stated: >1) Convert all variables spelled "my_var" to "myVar" >2) Convert all procedures named "My_Procedure" to "MyProcedure" I realize that my original posting was not very clear. I should have said: 1) Convert all variables spelled with an underscore to be spelled without the underscore but with the word following the underscore capitalized. (Example: my_var becomes myVar and string_ptr becomes stringPtr) 2) Eliminate all underscores from procedure names. (Examples: My_Procedure becomes MyProcedure and A_Big_Proc becomes ABigProc) Sorry, Steven Miller stevem@hpvcfs1 Vancouver Division Hewlett Packard