home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / programm / 6037 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  924 b 

  1. Path: sparky!uunet!ukma!gatech!swrinde!cs.utexas.edu!not-for-mail
  2. From: skarkada@ha12.eng.ua.edu (Sudarshan Karkada)
  3. Newsgroups: comp.unix.programmer
  4. Subject: realloc question
  5. Date: 24 Jan 1993 12:23:40 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 21
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <9301241809.AA13273@ha12.eng.ua.edu>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12.  
  13. Hi,
  14.  
  15. I am in need of a function similar to 'realloc(2).'  I was planning
  16. to use the 'realloc(2)' function but I found that man page for
  17. realloc says ...
  18.  
  19.     Note: The realloc protocol is provided for source code compata-
  20.     bility with old System V applications  and  should  be avoided in
  21.     new applications.
  22.  
  23. Question: Is there an equivalent function for realloc?  Or, should
  24. I code my own realloc?
  25.  
  26. I am using IBM RS/6000.
  27. Please reply to skarkada@buster.eng.ua.edu
  28.  
  29. Thanks for your attention.
  30. __________
  31. Sudarshan.
  32. skarkada@buster.eng.ua.edu
  33.