home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZISFUNCS / DEVEL / ZISSTUB.C < prev   
Text File  |  1993-09-01  |  2KB  |  41 lines

  1. /*
  2. ** /----------------------------------------------------------------------\
  3. ** |             IBM Z Family Reusable Libraries/2 (5641-504)             |
  4. ** |----------------------------------------------------------------------|
  5. ** | (C) Copyright International Business Machines Corporation 1993, 1994 |
  6. ** |----------------------------------------------------------------------|
  7. ** |                       DISCLAIMER OF WARRANTIES                       |
  8. ** |                       ------------------------                       |
  9. ** | The following code is sample code created by IBM Corporation.        |
  10. ** | Such a code is provided to you solely for the purpose of assisting   |
  11. ** | you in the development of your applications. The code is provided    |
  12. ** | "AS IS", without warranty of any kind.  IBM shall not be liable for  |
  13. ** | any damages arising out of your use of the following code, even if   |
  14. ** | they have been advised of the possibility of such damages.           |                                                                         *
  15. ** \----------------------------------------------------------------------/
  16. **
  17. **  Module  : ZISSTUB.C
  18. **  Authors : Dario de Judicibus (DEJUDICI at ROMEPPC)
  19. **            Luca Miccoli (MICCOLI at ROMEPPC)
  20. **  Created : 03 Jul 1992
  21. **  Updated : 31 Aug 1993
  22. **  Version : 3.12
  23. **  Content : Stub routine to make customer's clones of Z Family/2 libraries
  24. **
  25. **            This routine may be used by customers to duplicate Z Family/2
  26. **            libraries, with a different name.
  27. **
  28. */
  29.  #define  EXTERN
  30.  
  31.  #include <os2.h>
  32.  
  33.  VOID _zisStub
  34.  (
  35.    VOID
  36.  )
  37.  {
  38.    // Empty
  39.  }
  40.  
  41.