GRASS 8 Programmer's Manual 8.6.0dev(2026)-31d4638f6c
Loading...
Searching...
No Matches
fileno.c File Reference

RowIO library - file descriptor. More...

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

Go to the source code of this file.

Functions

int Rowio_fileno (const ROWIO *R)
 Get file descriptor.
 

Detailed Description

RowIO library - file descriptor.

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

Author
Original author CERL

Definition in file fileno.c.

Function Documentation

◆ Rowio_fileno()

int Rowio_fileno ( const ROWIO *  R)

Get file descriptor.

Returns the file descriptor associated with the ROWIO structure.

Parameters
Rpointer to ROWIO structure
Returns
file descriptor

Definition at line 23 of file fileno.c.

References ROWIO::fd.