home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16944 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.6 KB

  1. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!escargot!kultarr!rcoadh
  2. From: rcoadh@kultarr.co.rmit.oz.AU (Alexander Doktorovich)
  3. Newsgroups: comp.lang.c
  4. Subject: vsscanf
  5. Date: 21 Nov 1992 09:32:23 GMT
  6. Organization: RMIT Computer Centre
  7. Lines: 23
  8. Message-ID: <1ekvn7INNf26@escargot.xx.rmit.OZ.AU>
  9. NNTP-Posting-Host: kultarr.co.rmit.oz.au
  10.  
  11. Hi, 
  12.   I am writing in the hope than someone out there has a public domain
  13.   version of VSSCANF() source. 
  14.   Can someone please save the rest of my hair (there ain't much to save!) and 
  15.   send it to me. It's for non-commercial usage and I will be very grateful.
  16.   It can use other ANSI C libraries ofcourse,
  17. Alex Doktorovich.
  18.  
  19. PS.
  20.   My project involves some simulation, so I wrote the program on PC's
  21.   Turbo C2. My thinking went like this - C is a portable language, hence I 
  22.   will write and prototype the program on the PC, and then downloaded it to our
  23.   SUN2/Cray to make the simulation time reasonable.
  24.   Unfortunately, Turbo C has a vsscanf() which is pretty handy, (thank you,
  25.   Mr Borland, you scum-bag!) which I incorporated into all of my modules. 
  26.   Why was I so stupid to incorporate non-ANSI C function into my to-be
  27.   uploaded code? Well, Turbo C manual states that vsscanf() is available 
  28.   on UNIX V, unfortunately, as I found out from MAN command, on our SUNs
  29.   there ain't no vsscanf(). 
  30.   Unfortunately, I am not a hot-shot programmer and am quite incapable of
  31.   writing my own vsscanf() without spending tones of time.
  32.   Why was vsscanf() not incorporated into ANSI C when its complementory
  33.   function vsprintf() was, `beats me'!
  34.