Contents | < Browse | Browse >

    Free()

  SYNOPSIS
    Free(mem)

  FUNCTION
    Function disposes memory allocated previously with Alloc() command

  INPUTS
    mem - pointer to memory obtained from Alloc()

  RESULT
    none

  SEE ALSO
     Alloc()