|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-985dd2421b
|
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. | |
RowIO library - Release a row.
SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file forget.c.
Release row from memory.
| R | pointer to ROWIO structure |
| row | row number |
Definition at line 20 of file forget.c.
References ROWIO::nrows, and ROWIO::rcb.