ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:NoFrag.m"
NOTE: don't use this output in your code, use the module instead.

LIBRARY 'nofrag.library', nofragbase         /* informal notation */
  GetMemoryChain(D0)
  AllocItem(A0,D0,D1)
  FreeItem(A0,A1,D0)
  FreeMemoryChain(A0,D0)
  AllocVecItem(A0,D0,D1)
  FreeVecItem(A0,A1)
ENDLIBRARY

