view doc/posix-functions/free.texi @ 10876:c83dc7e8df57

Refer to new POSIX:2008 standard.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Dec 2008 14:38:13 +0100
parents daf5ba9fe2d9
children bb0ceefd22dc
line wrap: on
line source

@node free
@section @code{free}
@findex free

POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/free.html}

Gnulib module: free

Portability problems fixed by Gnulib:
@itemize
@item
On old platforms such as SunOS4, @code{free (NULL)} fails.
However, since all such systems are so old as to no longer
be considered ``reasonable portability targets,''
this module is no longer useful.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize