modified: SpatialOmicsCoord.py
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / freeredc
blob526a40ea458eb3c6e161a3594ac36adf6f8fbeb9
1 NAME
2     freeredc - free the memory used to store redc data
4 SYNOPSIS
5     freeredc()
7 TYPES
8     return      null value
10 DESCRIPTION
11     This function frees the memory used for any redc data currently stored by
12     calls to rcin, rcout, etc.
14 EXAMPLE
15     ; a = rcin(10,27)
16     ; b = rcin(10,15)
17     ; show redc
18     0       1       27
19     1       2       15
20     ; freeredc()
21     ; show redc
23 LIMITS
24     none
26 LINK LIBRARY
27     none
29 SEE ALSO
30     free, freeglobals, freestatics
32 ## Copyright (C) 1999-2006  Landon Curt Noll
34 ## Calc is open software; you can redistribute it and/or modify it under
35 ## the terms of the version 2.1 of the GNU Lesser General Public License
36 ## as published by the Free Software Foundation.
38 ## Calc is distributed in the hope that it will be useful, but WITHOUT
39 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
40 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
41 ## Public License for more details.
43 ## A copy of version 2.1 of the GNU Lesser General Public License is
44 ## distributed with calc under the filename COPYING-LGPL.  You should have
45 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
46 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
48 ## @(#) $Revision: 30.1 $
49 ## @(#) $Id: freeredc,v 30.1 2007/03/16 11:10:42 chongo Exp $
50 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/freeredc,v $
52 ## Under source code control:   1997/09/06 20:03:35
53 ## File existed as early as:    1997
55 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
56 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/