home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / biblioteki / c_library / easylibs / source / libfunctable.c < prev    next >
C/C++ Source or Header  |  1977-12-31  |  228b  |  17 lines

  1.  
  2. /*
  3.     MACHINE GENERATED (Do not edit)
  4. */
  5.  
  6. extern REGARGS VOID HelloWorld(struct Library *);
  7.  
  8. const STATIC APTR LibFuncTable[] =
  9.   {
  10.     _LibOpen,
  11.     _LibClose,
  12.     _LibExpunge,
  13.     _LibNull,
  14.     HelloWorld,
  15.     (APTR)-1
  16.   };
  17.