home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16168 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  959 b 

  1. Path: sparky!uunet!think.com!spool.mu.edu!agate!dog.ee.lbl.gov!horse.ee.lbl.gov!torek
  2. From: torek@horse.ee.lbl.gov (Chris Torek)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: How to print an integer as binary?
  5. Date: 8 Nov 1992 12:29:27 GMT
  6. Organization: Lawrence Berkeley Laboratory, Berkeley
  7. Lines: 10
  8. Message-ID: <27300@dog.ee.lbl.gov>
  9. References: <1992Nov4.180622.6568@csd.uwe.ac.uk> <1dbpe8INNcop@frigate.doc.ic.ac.uk> <27265@dog.ee.lbl.gov>
  10. Reply-To: torek@horse.ee.lbl.gov (Chris Torek)
  11. NNTP-Posting-Host: 128.3.112.15
  12.  
  13. In article <27265@dog.ee.lbl.gov> I included an `ltostr' function
  14. that acts as the counterpart to `strtol'.  In it I had:
  15.  
  16. >    static const char digits[] = "0123456789abcdefghijklmnopqrstuvwyxz";
  17.  
  18. Surprisingly, no one has yet sent me mail noting that y and x are
  19. interchanged here.  I guess not many people use bases > 33. :-)
  20. -- 
  21. In-Real-Life: Chris Torek, Lawrence Berkeley Lab CSE/EE (+1 510 486 5427)
  22. Berkeley, CA        Domain:    torek@ee.lbl.gov
  23.