mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.11.0t10
This commit is contained in:
@@ -5,14 +5,14 @@ SYNOPSIS
|
||||
free(a, b, ...)
|
||||
|
||||
TYPES
|
||||
a, b, ... any
|
||||
a, b, ... any
|
||||
|
||||
return null value
|
||||
|
||||
DESCRIPTION
|
||||
Those of the arguments a, b, ... that specify lvalues are assigned
|
||||
the null value, effectively freeing whatever memory is used to
|
||||
store their current values. Other arguments are ignored.
|
||||
store their current values. Other arguments are ignored.
|
||||
|
||||
free(.) frees the current "old value".
|
||||
|
||||
|
Reference in New Issue
Block a user