home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13401 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  740 b 

  1. Path: sparky!uunet!decwrl!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: What is (APTR) ?
  5. References: <copes.716466012@marsh>
  6. Message-ID: <paulk.1hza@terapin.com>
  7. Date: 15 Sep 92 12:31:03 PST
  8. Organization: BBS
  9. Lines: 11
  10.  
  11. > > Could comebody please explain to me what it is:
  12. > > 
  13. > >         (APTR)
  14.  
  15. > I think it stands for A Pointer.  It is defined as ULONG * in the
  16. > includes.  Definitely easier to type.
  17.  
  18. It is now defined as void *.  I think the original definition in the
  19. 1.x includes, back when they didn't dare use void in anything, was
  20. STRPTR * -- pointer to pointer to char.  The new definition is much
  21. more sensible, since its purpose is to be a generic pointer.
  22.