home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / easylibs.lha / EasyLibs / LibFuncTable.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-07  |  228 b   |  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.