GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
Main Page
Related Pages
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
Rowio_release
void Rowio_release(ROWIO *R)
Definition:
rowio/release.c:5
rowio.h
free
void free(void *)
stdio.h
stdlib.h
ROWIO::ROWIO_RCB::buf
void * buf
Definition:
rowio.h:15
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 Thu Mar 20 2025 07:33:29 for GRASS GIS 8 Programmer's Manual by
1.9.1