GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
RowIO library - Release a row. More...
#include <grass/rowio.h>
Go to the source code of this file.
Functions | |
void | Rowio_forget (ROWIO *R, int row) |
Release row from memory. More... | |
RowIO library - Release a row.
(C) 2001-2009 by the GRASS Development Team
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 forget.c.
void Rowio_forget | ( | ROWIO * | R, |
int | row | ||
) |
Release row from memory.
R | pointer to ROWIO structure |
row | row number |
Definition at line 22 of file forget.c.
References ROWIO::nrows, ROWIO::rcb, and ROWIO::ROWIO_RCB::row.