|
GRASS GIS 8 Programmer's Manual
8.4.2dev(2025)-5620950973
|
Segment closing routine. More...
#include <unistd.h>#include <fcntl.h>#include <grass/gis.h>#include <grass/glocale.h>#include "local_proto.h"
Go to the source code of this file.
Functions | |
| int | Segment_close (SEGMENT *SEG) |
| Free memory allocated to segment, delete temp file. More... | |
Segment closing routine.
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file close.c.
| int Segment_close | ( | SEGMENT * | SEG | ) |
Free memory allocated to segment, delete temp file.
Releases the allocated memory associated with the segment file seg and deletes the temporary file.
| [in,out] | SEG | segment |
Definition at line 33 of file close.c.
References G_free(), NULL, and Segment_release().