home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!tulane!uflorida!cybernet!shaouyw
- From: shaouyw@cse.fau.edu (William Shaouy)
- Newsgroups: comp.lang.c
- Subject: Integer-to-Character-Conversion
- Message-ID: <1992Aug31.160358.15835@cybernet.cse.fau.edu>
- Date: 31 Aug 92 16:03:58 GMT
- Sender: news@cybernet.cse.fau.edu
- Distribution: USA
- Organization: Florida Atlantic University, Boca Raton, FL, USA
- Lines: 9
-
- I am looking for a function that converts an integer to a string of characters,
- e.g converts integer 100 to character string "100". I know that stdlib.h has
- a function called atoi that does the reverse of this, but I can't find what
- I'm looking for.
-
- My email address is "shaouyw@sol.cse.fau.edu"
-
- Thanks,
- Bill Shaouy
-