home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sffdk10b.zip / sample / rexxcall / oldlib / init10.c < prev    next >
C/C++ Source or Header  |  2001-03-05  |  314b  |  18 lines

  1. /*
  2. ** Module   :INIT10.C
  3. ** Abstract :Init function
  4. **
  5. ** Copyright (C) Link Guard Solutions
  6. ** For conditions of distribution and use, see license in license.txt
  7. **
  8. ** Log: Fri  23/02/2001 Created
  9. **
  10. */
  11. #include <oldlib.h>
  12.  
  13. void APIENTRY Init10(char *name)
  14. {
  15.     Init11(name, &_oldlib_plidx);
  16. }
  17.  
  18.