Path: utzoo!attcan!uunet!cti1!mpledger From: mpledger@cti1.UUCP (Mark Pledger) Newsgroups: comp.lang.c Subject: Source for "integer to ascii" and multiple file search-n-replace Message-ID: <318@cti1.UUCP> Date: 19 Nov 90 11:49:47 GMT Distribution: comp Organization: Comprehensive Technologies Int., Arlington VA Lines: 25 I'm looking for a function that can convert an integer to an ascii string. Microsoft has a function in its library called itoa() where you can specify the radix result used in the ascii string. I just want to convert integers though. I am looking for a fast implementation, without resorting to scanf() or print() type functions. Also, does anyone know of a program that can do multiple file search and replace (word or string specified on the command line). For example if you have a function called "dispaly_record()" and you want to change its name to "print_record()", then calling this program would replace all occurances of "display_record()" with "print_record()". -- Sincerely, Mark Pledger -------------------------------------------------------------------------- CTI | (703) 685-5434 [voice] 2121 Crystal Drive | (703) 685-7022 [fax] Suite 103 | Arlington, DC 22202 | mpledger@cti.com --------------------------------------------------------------------------