home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 13105 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  728 b 

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!tulane!uflorida!cybernet!shaouyw
  2. From: shaouyw@cse.fau.edu (William Shaouy)
  3. Newsgroups: comp.lang.c
  4. Subject: Integer-to-Character-Conversion
  5. Message-ID: <1992Aug31.160358.15835@cybernet.cse.fau.edu>
  6. Date: 31 Aug 92 16:03:58 GMT
  7. Sender: news@cybernet.cse.fau.edu
  8. Distribution: USA
  9. Organization: Florida Atlantic University, Boca Raton, FL, USA
  10. Lines: 9
  11.  
  12. I am looking for a function that converts an integer to a string of characters,
  13. e.g converts integer 100 to character string "100". I know that stdlib.h has
  14. a function called atoi that does the reverse of this, but I can't find what
  15. I'm looking for.
  16.  
  17. My email address is "shaouyw@sol.cse.fau.edu"
  18.  
  19. Thanks,
  20. Bill Shaouy
  21.