Incorporate existing strcasestr doc into new doc structure.
[gnulib.git] / doc / functions / free.texi
1 @node free
2 @section @code{free}
3 @findex free
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/free.html}
6
7 Gnulib module: free
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On old platforms, @code{free (NULL)} is not allowed.
13 @end itemize
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @end itemize