GRASS 8 Programmer's Manual 8.6.0dev(2026)-985dd2421b
Loading...
Searching...
No Matches
forget.c File Reference

RowIO library - Release a row. More...

#include <grass/rowio.h>
Include dependency graph for forget.c:

Go to the source code of this file.

Functions

void Rowio_forget (ROWIO *R, int row)
 Release row from memory.
 

Detailed Description

RowIO library - Release a row.

SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Original author CERL

Definition in file forget.c.

Function Documentation

◆ Rowio_forget()

void Rowio_forget ( ROWIO R,
int  row 
)

Release row from memory.

Parameters
Rpointer to ROWIO structure
rowrow number

Definition at line 20 of file forget.c.

References ROWIO::nrows, and ROWIO::rcb.