view doc/posix-functions/free.texi @ 9638:070329237839

Rename two directories: headers -> posix-headers, functions -> posix-functions.
author Bruno Haible <bruno@clisp.org>
date Sun, 20 Jan 2008 00:09:59 +0100
parents
children daf5ba9fe2d9
line wrap: on
line source

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

POSIX specification: @url{http://www.opengroup.org/susv3xsh/free.html}

Gnulib module: free

Portability problems fixed by Gnulib:
@itemize
@item
On old platforms, @code{free (NULL)} is not allowed.
@end itemize

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