home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / dev / e / amiga_e / modules-text / exec / libraries.txt < prev    next >
Text File  |  1992-09-02  |  610b  |  30 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:exec/libraries.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST LIB_VECTSIZE=6,
  6.       LIB_RESERVED=4,
  7.       LIB_BASE=-6,
  8.       LIB_USERDEF=-30,
  9.       LIB_NONSTD=-30
  10.  
  11. (---) OBJECT lib
  12. (  0)   ln:substructure
  13. ( 14)   flags:CHAR
  14. ( 15)   pad:CHAR
  15. ( 16)   negsize:INT
  16. ( 18)   possize:INT
  17. ( 20)   version:INT
  18. ( 22)   revision:INT
  19. ( 24)   idstring:LONG
  20. ( 28)   sum:LONG
  21. ( 32)   opencnt:INT
  22. (---) ENDOBJECT     /* SIZEOF=34 */
  23.  
  24. CONST LIBF_SUMMING=1,
  25.       LIBF_CHANGED=2,
  26.       LIBF_SUMUSED=4,
  27.       LIBF_DELEXP=8,
  28.       LIBF_EXP0CNT=16
  29.  
  30.