GRASS 8 Programmer's Manual
8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
rowio/release.c
Go to the documentation of this file.
1
#include <
stdio.h
>
2
#include <
stdlib.h
>
3
#include <
grass/rowio.h
>
4
5
void
Rowio_release
(
ROWIO
*R)
6
{
7
int
i;
8
9
if
(R->
rcb
) {
10
for
(i = 0; i < R->
nrows
&& R->
rcb
[i].
buf
; i++)
11
free
(R->
rcb
[i].
buf
);
12
free
(R->
rcb
);
13
R->
rcb
=
NULL
;
14
}
15
}
NULL
#define NULL
Definition
ccmath.h:32
UntypedStream::buf
char * buf
Definition
ami_stream.h:141
Rowio_release
void Rowio_release(ROWIO *R)
Definition
rowio/release.c:5
rowio.h
free
void free(void *)
stdio.h
stdlib.h
ROWIO
Definition
rowio.h:4
ROWIO::rcb
struct ROWIO::ROWIO_RCB * rcb
ROWIO::nrows
int nrows
Definition
rowio.h:6
lib
rowio
release.c
Generated on Fri Apr 3 2026 06:59:56 for GRASS 8 Programmer's Manual by
1.9.8