aboutsummaryrefslogtreecommitdiff
path: root/doc/grecs_tree_free.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/grecs_tree_free.3')
-rw-r--r--doc/grecs_tree_free.359
1 files changed, 0 insertions, 59 deletions
diff --git a/doc/grecs_tree_free.3 b/doc/grecs_tree_free.3
deleted file mode 100644
index 7b0faf6..0000000
--- a/doc/grecs_tree_free.3
+++ /dev/null
@@ -1,59 +0,0 @@
1.\" This file is part of grecs -*- nroff -*-
2.\" Copyright (C) 2007-2016 Sergey Poznyakoff
3.\"
4.\" Grecs is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by
6.\" the Free Software Foundation; either version 3, or (at your option)
7.\" any later version.
8.\"
9.\" Grecs is distributed in the hope that it will be useful,
10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12.\" GNU General Public License for more details.
13.\"
14.\" You should have received a copy of the GNU General Public License
15.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
16.\"
17.TH GRECS_XXX 3 "May 4, 2011" "GRECS" "Grecs User Reference"
18.SH NAME
19grecs_tree_free \- reclaim the memory used by entire parse tree
20.SH SYNOPSIS
21.nf
22.B #include <grecs.h>
23.sp
24.BI "void grecs_tree_free(struct grecs_node " "*node" );
25.SH DESCRIPTION
26\fBgrecs_tree_free\fR reclaims the memory used by \fInode\fR and all
27nodes it points to, recursively.
28.PP
29The argument \fInode\fR must be the root of a parse tree.
30.SH "RETURN VALUE"
31None.
32.SH "SEE ALSO"
33.BR grecs_parse (3),
34.BR grecs_node_free (3).
35.SH AUTHORS
36Sergey Poznyakoff
37.SH "BUG REPORTS"
38Report bugs to <gray+grecs@gnu.org.ua>.
39.SH COLOPHON
40The \fBGrecs\fR library is constantly changing, so this manual page
41may be incorrect or out-of-date. For the latest copy of \fBGrecs\fR
42documentation, visit <http://www.gnu.org.ua/software/grecs>.
43.SH COPYRIGHT
44Copyright \(co 2011 Sergey Poznyakoff
45.br
46.na
47License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
48.br
49.ad
50This is free software: you are free to change and redistribute it.
51There is NO WARRANTY, to the extent permitted by law.
52.\" Local variables:
53.\" eval: (add-hook 'write-file-hooks 'time-stamp)
54.\" time-stamp-start: ".TH [A-Z_][A-Z0-9_]* [0-9] \""
55.\" time-stamp-format: "%:B %:d, %:y"
56.\" time-stamp-end: "\""
57.\" time-stamp-line-limit: 20
58.\" end:
59

Return to:

Send suggestions and report system problems to the System administrator.