home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / msdos / programm / 8189 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!cs.utexas.edu!torn!cunews!nrcnet0!bnrgate!bmerh85!nbrwh30!kaustine
  3. From: kaustine@nbrwh30.bnr.ca (Mathew Kaustinen)
  4. Subject: Re: Looking for sscanf() source
  5. Message-ID: <1992Jul30.231623.4055@bmerh85.bnr.ca>
  6. Sender: news@bmerh85.bnr.ca (Usenet News)
  7. Organization: Northern Telecom, Bramalea, Canada
  8. References: <6P6ooB1w164w@argus.CAM.ORG>
  9. Date: Thu, 30 Jul 92 23:16:23 GMT
  10. Lines: 26
  11.  
  12. In article <6P6ooB1w164w@argus.CAM.ORG> paul@argus.CAM.ORG (Paul Mainville) writes:
  13. >I am looking for the source of the standard library sscanf() function.
  14. >I do not need to do floating point, just ints, long, hex, decimal.
  15. I would think that you have two alternatives;
  16.      1) Use a debugging tool and see how it is implemented
  17.         by your compiler OR
  18.      2) Use the excellent UCR Standard Library
  19.  
  20. The first option would probably not be very informative and there
  21. are likely legal matters involved.
  22.  
  23. The second option however provides documented and well explained
  24. functions for a whole slew of functions written specifically for
  25. assembler (including Scanf, Printf, Malloc etc.). It is available
  26. from anonymous FTP: UCRMATH.UCR.EDU and more info is available in
  27. DR. Dobbs Journal, March 1992.
  28. YOU may call me if you have any questions.
  29.  
  30. -- I Am NOT an official spokesperson for Northern Telecom --
  31. Mathew A. Kaustinen          |      ESN:   (333) 2066
  32. Field Service Engineering    |      PHONE: 416-452-2066
  33. Northern Telecom, Bramalee   |      PAGER: 416-378-3246
  34. -- 
  35. Mathew A. Kaustinen          |      ESN:   (333) 2066
  36. Field Service Engineering    |      PHONE: 416-452-2066
  37. Northern Telecom, Bramalee   |      PAGER: 416-378-3246
  38.