home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / objam01.lha / objam / runtime / atom.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-28  |  167 b   |  10 lines

  1. /*
  2. ** ObjectiveAmiga: NeXTSTEP NXAtom emulation under AmigaOS
  3. ** See GNU:lib/libobjam/ReadMe for details
  4. */
  5.  
  6.  
  7. #include <exec/lists.h>
  8.  
  9. extern struct List *__AtomList;
  10.