home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZHPFUNCS / DEVEL / ZHPFUNCS.DEF < prev    next >
Text File  |  1993-11-11  |  1KB  |  38 lines

  1. ;
  2. ; /----------------------------------------------------------------------\
  3. ; |             IBM Z Family Reusable Libraries/2 (5641-504)             |
  4. ; |----------------------------------------------------------------------|
  5. ; | (C) Copyright International Business Machines Corporation 1993, 1994 |
  6. ; \----------------------------------------------------------------------/
  7. ;
  8. ; DefFile : ZHPFUNCS.DEF
  9. ; Author  : Dario de Judicibus (DEJUDICI at ROMEPPC)
  10. ; Created : 24 Sep 1992
  11. ; Updated : 11 Nov 1993
  12. ; Version : 2.20
  13. ; Content : Module Definition File for FMZHPFUN.DLL
  14. ;
  15. LIBRARY FMZHPFUN INITINSTANCE  TERMINSTANCE
  16. DESCRIPTION 'Host <-> PC Conversion Services, Z Family/2 5641-504 (C) Copyright IBM Corporation 1993,1994.'
  17. PROTMODE                               ; it will run only in protected mode
  18. CODE LOADONCALL
  19. DATA MULTIPLE READWRITE NONSHARED LOADONCALL
  20. HEAPSIZE  32768                        ; no stack define need in DLL.DEF
  21. EXPORTS
  22.           zhpLibraryVersion
  23.           zhpSetLibraryName
  24.           zhpRegisterSignal
  25.           zhpIEEEtoS370double
  26.           zhpIEEEtoS370float
  27.           zhpLongToS370Word
  28.           zhpPackedToSortedDate
  29.           zhpPackedToSortedTime
  30.           zhpS370HalfwordToShort
  31.           zhpS370WordToLong
  32.           zhpS370toIEEEdouble
  33.           zhpS370toIEEEfloat
  34.           zhpShortToS370Halfword
  35.           zhpSortedToPackedDate
  36.           zhpSortedToPackedTime
  37.  
  38.