home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / Utility.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  720 b   |  34 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Utility.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'utility.library', utilitybase         /* informal notation */
  6.   FindTagItem(D0,A0)
  7.   GetTagData(D0,D1,A0)
  8.   PackBoolTags(D0,A0,A1)
  9.   NextTagItem(A0)
  10.   FilterTagChanges(A0,A1,D0)
  11.   MapTags(A0,A1,D0)
  12.   AllocateTagItems(D0)
  13.   CloneTagItems(A0)
  14.   FreeTagItems(A0)
  15.   RefreshTagItemClones(A0,A1)
  16.   TagInArray(D0,A0)
  17.   FilterTagItems(A0,A1,D0)
  18.   CallHookPkt(A0,A2,A1)
  19.   Dum()
  20.   Dum()
  21.   Amiga2Date(D0,A0)
  22.   Date2Amiga(A0)
  23.   CheckDate(A0)
  24.   Smult32(D0,D1)
  25.   Umult32(D0,D1)
  26.   SdivMod32(D0,D1)
  27.   UdivMod32(D0,D1)
  28.   Stricmp(A0,A1)
  29.   Strnicmp(A0,A1,D0)
  30.   ToUpper(D0)
  31.   ToLower(D0)
  32. ENDLIBRARY
  33.  
  34.